Computer Science, asked by Anupk, 1 year ago

Hkw can you link an image as a hyperlink to another document?? Explain with the help of example ??

Answers

Answered by Anonymous
14

<HTML>

<HEAD>

<TITLE> Image Linking</TITLE>

</HEAD>

<BODY>

<IMG SRC = “SantaJunior.gif”Border = “4”>

</BODY>

</HTML>

Now type the following HTML code and save the file by the name “Link..htm”

<HTML>

<HEAD>

<TITLE> Image Link</TITLE>

</HEAD>

<BODY>

<A HREF = Image.htm>

<IMG SRC = “Panda.BMP”BORDER = “4” HEIGHT = 95% WIDTH = 50%>

</A>

</BODY>

</HTML>

Answered by riyabakshi123
1

Explanation:

Please see the photo Hope it helps you a lot

Attachments:
Similar questions