Change Font Size: Previous / Next / Directory List
12.2. HTML h1 h2 h3 h4 h5 h6 tags
H, h1, h2, h3, h4, h5, h6 tags - that the title of the article
- H the label is paired to
<h>began to</ h>end - Attribute:
- Common - general attributes
- Trackback Address: http://www.nt22.com/xhtml-html/tag_h/
Example
<body> <h>Article, the title of</ h> <p>introduced</ p> <section> <p>....</ p> <h>article, two heading</ h> <p >....</ p> <h>another two heading</ h> <p>....</ p> </ section> <section> <p>....</ p>Under the heading of a two<h> </ h> <p>....</ p> <section> <h>three heading</ h> <p>....</ p> </ section > </ section> </ body>
HTML h tags and labels examples section
Extended reading
H1 in a page should appear only once, because it represents the main title of the article
