HTML <h1> - <h6>tag

HTML heading tag:
This is a double tag. <h1>-<h6> This is the beginning tag and </h1>-</h6>. This is the closing tag.This <h1>-<h6> elemants are use to define HTML headings. This using for making heading on any article or paragraph.There are 6 types HTML heading tag.
heading level 1
heading level 2
heading level 3
heading level 4
heading level 5
heading level 6
The <h1> tag defines largest heading, and The <h6> tag defines smallest heading.
Example:
Result:
Advance Html
Result:
Advance Html
Result:
Advance Html
Advance Html
Result:
Advance Html
Result:
Advance Html
The codes are bigger than smaller.
bigger - <h1>
smaller - <h2>
smaller - <h3>
smaller - <h4>
smaller - <h5>
smaller - <h6>
Browser Support
Browser | ![]() Chrome | ![]()
Internet
Explorer
| Firefox | ![]() Opera | ![]() Safari |
---|---|---|---|---|---|
<h1><h6>
| Yes | Yes | Yes | Yes | Yes |
- Html Version Difference: Differences Between HTML 5 and 4.1.
In HTML5 The align attribute is not supported. Use CSS to the align attribute.
If you want heading text use HTML Code use html <h1>-<h6>tag.
1. What is the <h1>-<h6> tag ?
2. What is the using for <h1>-<h6> tag ?
3. What is the definition of <h1>-<h6> tag ?
4. What is the <h1>-<h6> tag mean ?
5.How can You make heading your topic using HTML?