Computer Science, asked by shansingh421a, 9 months ago

Any image can be used as a hyperlink to another documen

Answers

Answered by bhagatg433
12

Answer:

<a href="http://www.google.com">Tag a for hyperlinks<a>

And,

<img src="image.jpg">Tag IMG for images<img>

So,

<a href="http://www.customdomain.com/anotherdocument.txt"><img sec="image.jpg">Tag IMG inside 'a' to link images to other pages or documents<img><a>

Similar questions