html h5 Tag

In the html <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.

Html <h5> tag is used to describe html heading and which browser supported in all main browsers. <h5> tag standard attributes are classname, rtl, id, language_code, style_definition and xml:lang and optional attributes are left, right ,center and justify.

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