Last Updated on April 26, 2023 by Roshan Parihar
Learn how to use HTML h1 tag to add first-level headings in an HTML document. There can be many headings in the HTML document. However, h1 is the main heading of a post in a blog.
This is the first rank among all the headings.
Syntax
1 |
<h1>Enter first level heading text here...</h1> |
Example
1 |
<h1>This is the h1 heading text</h1> |
Output
This is the h1 heading text
Resources and References of HTML h1 tag
1. W3C Specification.
2. HTML living standard
3. W3C project using Github