any images can be used as a hyperlink to anther document true/false
Answers
Answered by
1
Answer:
true
Explanation:
hyperlink a image
Answered by
1
Answer:
True.
Explanation:
Yes, any images can be used as a hyperlink to another document. For this, you have to use both <a> tag and <img> tag along with href and src attributes respectively.
You have to put the <img> tag inside the <a> tag for doing so.
E.g. - <a href="Somelink"><img src="IMG.png"></a>
Similar questions