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