Hyper Text Markup Language (HTML) Question:
Download Job Interview Questions and Answers PDF
How do I link an image to something?
Answer:
Just use the image as the link content, like this:
<a href=...><img src=... alt=...></a>
<a href=...><img src=... alt=...></a>
Download HTML Interview Questions And Answers
PDF
Previous Question | Next 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? |