show-notice
hide-notice

Friday 9 August 2013

HTML h1 h2 h3 h4 h5 h6 Tag


Introduction:

The HTML h1 tag is used for specifying level 1 headings. There are 6 levels of headings (h1 - h6) with h1 the most important and h6 the least important.Browsers typically render the various headings in different sizes - with h1 being the largest and h6 being the smallest.

Example:
<html>
<head>
<title>HTML h1 h2 h3 h4 h5 h6 Tag</title>
</head>
<body>
<h1>Level 1 heading using the HTML h1 tag</h1> 
<h2>Level 1 heading using the HTML h1 tag</h2> 
<h3>Level 1 heading using the HTML h1 tag</h3> 
<h4>Level 1 heading using the HTML h1 tag</h4> 
<h5>Level 1 heading using the HTML h1 tag</h5> 
<h6>Level 1 heading using the HTML h1 tag</h6> 
</body>

</html>

SHARE THIS POST   

0 comments :

Post a Comment

Design by Gohilinfotech | www.gohilinfotech.blogspot.com