Computer Applications

Write the HTML code to do the following :

To create a hyperlink on the word CLICK to an image named testimage.jpeg.

HTML Advanced Features

CBSE

1 Like

Answer

<A HREF = "testimage.jpeg">Click</A>

Answered By

1 Like


Related Questions