Html 5 h5 Tag

In the Html 5 <h5> tag is used to indicate level 5 for heading. Which head tag have to six levels that is <h1> - <h6> .h1 is a most important and h6 is a least important. In the head tag some browser delivers different size that is <h1> is being the largest and h6 is being smallest.

Syntax:

<h5> ... </h5>

Example Code

<!DOCTYPE HTML>
<h5>Level 5 Heading Tag </h5>

Out Put :



Level 5 Heading Tag

In the above example h5 tag have been added to Level 5 Heading Tag Sentence.





Content