Computer Science, asked by johanna71, 4 months ago

any images can be used as a hyperlink to anther document true/false​

Answers

Answered by priyanshu0102
1

Answer:

true

Explanation:

hyperlink a image

Answered by mayankrajops4
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