Wednesday, December 21, 2016

Headings in HTML - How to create headings in HTML - Web Development

Head Tag in HTML



Heading tags are used to take keywords by search engines. I will explain in the Search engine Optimization subject briefly. Assume your web page like a page of a book. If you see the book you can understand the matter of the page by headings. So the headings should be related to your web page and search engine optimized.


Format of heading in HTML.  <H1> Here you can write your headings</H1>



Example with Heading Tag:


<HTML>
<HEAD>
<TITLE>Web Development Example</TITLE>
</HEAD>
<BODY>

<H1>DEVELOP A WEBSITE</H1>

</BODY>
</HTML>


Why we should put Heading in HTML?


Search engine will take keyword from heading tag. So Heading tags are very important for pages.


How many headings we can use in a web  page?


H1 - should use only one. If you put more h1 tag the search engine will avoid your website as a spamming webiste.


H2 - 30 H2 tags maximum


H3 - 30 H3 tags maximum


(H1, H2, H3, H4....H6 we can use. But for better performance in search engines up to H3 tags you can use.) 


Now your webpage look like below:









Thank you for Reading! Please read next pages also to learn HTML thoroughly.

Our some other useful websites :

To learn php - our php tutorial - http://learnandsharephp.blogspot.com/



To Post free ads - Our Free ads website - http://www.mapofmine.com and http://www.freeadsimple.com 

No comments:

Post a Comment