html h6 Tag

In the html <h6> tag is used to indicate level 6 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 <h6> tag is used to describe html heading and which browser supported in all main browsers. <h6> tag standard attributes are classname, rtl, id, language_code, style_definition and xml:lang and optional attributes are left, right ,center and justify.

Syntax:

<h6> ... </h6>

Example Code

<!DOCTYPE HTML>
<h6>Level 6 Heading Tag </h6>

Out Put :



Level 6 Heading Tag

In the above example h6 tag have been added to Level 6 Heading Tag Sentence.





Content