Hyper Text Markup Language (HTML) Question:

How do I link an image to something?

Tweet Share WhatsApp

Answer:

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

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

Read All 84 HTML Questions
Previous QuestionNext Question
How can I require that fields be filled in, or filled in correctly?How do I specify a specific combination of frames instead of the default document?