I've been using empty div's to call on my images:
<div class="cat"></div>
...but of course, I lose the alt attribute that some search engines count as content.
What's the best way to satisfy both?
Thanks
<div class="cat"></div>
...but of course, I lose the alt attribute that some search engines count as content.
What's the best way to satisfy both?
Thanks
Comment