HTML h2 tag represents the second level heading used in HTML document.
This is the second in rank among all headings.
Syntax
1 |
<h2>Enter second level heading text here...</h2> |
1 |
<h2>This is the h2 heading text</h2> |
Output
This is the h2 heading text
Resources and References of HTML h2 tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github