Interview Questions

How do I link an image to something?

HTML Interview Questions and Answers


(Continued from previous question...)

42. How do I link an image to something?

Just use the image as the link content, like this:

<a href=...><img src=... alt=...></a>

(Continued on next question...)

Other Interview Questions