h6 tag
<H6>
Explanation
H6 tag is used to set level 6 heading in a document.
Example Code:
Result :
Level 6 Heading
- <h6> is considered as "Level 6" heading.
- The font size derived in level 6 heading is "8 pixels".
It is available in the previous versions of HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It is applicable to all the major web browsers.