Reena wants to link an image to her webpage. What is the tag which is used for the same in HTML?
Answers
Answered by
1
Answer:
To use an image as a link, put the <img> tag inside the <a> tag:
<a href="default.asp">
<img src="smiley.gif" alt="HTML tutorial" style="width:42px;height:42px;">
</a>
example
Similar questions