HTML tags - HTML syntax - Guide to HTML, XHTML Guide

Change Font Size: / / 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.

  1. Usually use two angle brackets enclose: <and>.
  2. 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)
  3. 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.

Extended reading