Getting started with HTML

Source: Internet
Author: User

Getting started with HTML

HTML (HYperTExtMArkupLAnguage (Hypertext Markup Language) is a markup language used to describe Web documents.



As a Web developer, We must inevitably access and use HTML. In dynamic development technology, we often need to embed Java code in HTML documents or dynamically output HTML documents. Therefore, it is important to master common HTML tags and how to combine dynamic content and tags.


1. Common labels

Let's take a look at the HTML markup diagram:

2. Content

HTML is the most basic technology for Internet applications. It is a markup language rather than a programming language. Its tags are pre-defined tags, so they are not scalable. The core of HTML is how to better display data. In HTML, pay attention to the following points:


1) in this document, tags and attribute names are case-insensitive.

2) tags are displayed in pairs and end tags cannot be omitted.

3) in HTML documents, if there are multiple consecutive blank characters (space, tab, carriage return, line feed, etc.), the browser parses the character into a space character when displaying it.

This blog post briefly introduces some basic HTML knowledge and common tags. For more information, see http://www.w3school.com.cn/html/index.asp. every section has a small margin.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.