Friday, 2 November 2012

How do I link an image to something? | HTML Interview Questions

Just use the image as the link content, like this:
<a href=...><img src=... alt=...></a>

No comments: