Change Font Size: Previous / Next / Directory List
3.3. HTML tags
HTML tags in the HTML language is the basic unit, HTML tags HTML language is the most important component.
- Usually use two angle brackets enclose:
<and>. - Are closed (Closed is the last to have a label
/,to mark the end.), But not necessarily pairs, such as<body>and</ body>a label.(<body>Started labelling ,</ body>tag is the end of the beginning and end tags can have content), for example, is separate<br />.(Note that in the final add/to denote its independent) - Label is unrelated case,
<body> <BODY>said that with the meaning of the same. Standards recommend using lowercase.
Trackback Address: http://www.nt22.com/xhtml-html/tag/
Grammar
HTML tags (two forms, and the fragmentation of the pairs):
<Labelling of>content</ labels from a label> </>
Example
<a> Labels are hyperlinks labels.
<br /> Tag line for the label.
Common HTML tags.
- Html tags - definition of HTML documents.
- Body tags - definition of the content of HTML documents.
- P labels - defined paragraphs.
- H1 to h6 tags - definition of the title.
- Html Notes - Notes definition content.
