Last Updated on April 26, 2023 by Roshan Parihar
HTML h6 tag represents the sixth level heading used in HTML document.
This is the least important heading with the lowest rank.
Syntax
1 |
<h6>Enter heading text here...</h6> |
1 |
<h6>This is the h6 heading text</h6> |
Output
This is the h6 heading text
Resources and References of HTML h6 tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github