gtbikerider
Technical User
We're told to make use of H1 tags. However a need to use a specific font and hence need to use an image (I realise text would be better). Does surrounding the img tag in H1 provide any benefit? And would I gain advantage from using the title tag?
ie
<h1><img src="image.gif" alt="Some interesting text></h1>
or
<p><img src="image.gif" alt="Some interesting text></p>
--
John