Is there any difference, or is it looked down upon to use images, instead of text for headers on a web page?
Do;
and;
Really make much of a difference? In terms of search engine rankings, browsers compatibility etc. Is it generally considered to be quite bad work when using images in this way?
Thanks,
Phil.
Do;
Code:
<h1><img src="imagefolder/image.jpg" alt="Welcome" /></h1>
and;
Code:
<h1>Welcome</h1>
Really make much of a difference? In terms of search engine rankings, browsers compatibility etc. Is it generally considered to be quite bad work when using images in this way?
Thanks,
Phil.