Since they are "headings" the search engines figure that they are very closely related to the content of the page that they appear on. Be sure to have one Head tag on each page. Headings are defined with the <h1> to <h6> tags. <h1> defines the largest heading. <h6> defines the smallest heading.Head Tag <h1> ,Head Tag <h2>, Head Tag <h3>, Head Tag <h4>, Head Tag <h5>, Head Tag <h6>

By default, H1 tags aren't the prettiest in terms of formatting, so using a CSS style to override the default look is usually a good idea:
<style type="text/css">
<!--
H1 { color: blue; font-family: Verdana; font-size: 16px }
-->
</style>
This is a very informative and nice read.
ReplyDelete