CBSE Class 10 Computer Applications Question 3 of 125

HTML II — Images, Links and Tables — Question 3

Back to all questions
3
Question

Question 2(b)

Write the HTML code to do the following :

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

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