Computer Science, asked by atharva141257, 2 months ago

write HTML statement for

Creating a link for an image.(pictures.png)

Answers

Answered by keziah54
0

Answer:

<img src="pic_trulli.jpg" alt="Italian Trulli">

img src="img_chania.jpg" alt="Flowers in Chania">

Answered by Anonymous
2

Answer:

To use image as a link in HTML, use the <img> tag as well as the <a> tag with the href attribute. The <img> tag is for using an image in a web page and the <a> tag is for adding a link. Under the image tag src attribute, add the URL of the image.

Similar questions