theexpress
Regular Member
- Nov 4, 2009
- 224
- 19
Hi Can anyone help me with what and where to put a h1 tag on my site http://bit.ly/b1gZk7 They keywords is " domain parking" Thanks
<body>
<h1 class="domain parking">domain parking</h1<
If you want to hide your h1 use this
<h1 id="hidethis">domain parking</h1>
and in your css file add
#hidethis {
visibility: hidden;
}