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