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