HTML Encyclopaedia
The h6 tag
The HTML element
<h6>
text
</h6>
causes the
text
to be displayed as a level 6 heading. The
text
may be displayed in a smaller font than a level 5 heading with the same indentation as normal text possibly in a normal font. There will be one clear line above.
This is <h6> style
See also
<h1>
,
<h2>
,
<h3>
,
<h4>
,
<h5>
, and general notes on
headings