Sunday, April 26, 2009

What is Heading Tags and how to use it

Now I will Discuss how to use Heading Tags Properly

So Lets Start.

What are Heading tags?


Heading Tags are HTML tags that is used to denote a page or section heading on a web page. Search engines pay special attention to text that is marked with a heading tag.


There are 6 Heading tags, they are:

<h1>Heading 1</h1>
<h2>Heading 2</h2>
<h3>Heading 3</h3>
<h4>Heading 4</h4>
<h5>Heading 5</h5>
<h6>Heading 6</h6>

This is how you use Heading Tags on your Blog Post



<h1> Post Tittle </h1>

<h2> Main Point </h2>
<p> Post Content </p>

<h3> sub points/sub heading </h3>
<p> Post Content </p>

No comments:

Post a Comment

Creative Commons License