Site Description h2 vs p
- by user1010609
I tend to follow this html structure while creating new site on my main page:
<div class="header">
<img alt="keyword" title="keyword logo" src="keyword.png" />
<div>
<h1>keyword</h1>
<p><b>keyword + hierarchy keywords</b></p>
</div>
</div>
As you can see Im using <p><b></b></p> to put short description of the site in it but I was wondering If maybe h2 would be better to use here?