h5 tag
<H5>
Explanation
H5 tag applies level 5 heading in a document.
Example Code:
Result :
Level 5 Heading
- <h5> is considered as "Level 5" heading.
- The font size obtained in level 5 heading is "10 pixels".
It is available in the previous versions of HTML.
It supports both
Global Attributes and
Event Attributes in HTML5.
Limitations:
It is applicable to all the major browsers.