write HTML statement for
Creating a link for an image.(pictures.png)
Answers
Answered by
0
Answer:
<img src="pic_trulli.jpg" alt="Italian Trulli">
img src="img_chania.jpg" alt="Flowers in Chania">
Answered by
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
Hindi,
1 month ago
Math,
1 month ago
Political Science,
1 month ago
Math,
2 months ago
Hindi,
8 months ago