Computer Science, asked by pari9054, 5 hours ago

Write any html program to illustrate image linking.


 \\
Answer the Above ⬆️ Question.


//////////////////////////////////////////////// No spam please ..!

Answers

Answered by pranita30
1

Answer:

Hope it's helpful

Explanation:

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. With that, also add the height and width

The HTML <img> tag is used to embed an image in a web page. Images are not technically inserted into a web page; images are linked to web pages. The <img> tag creates a holding space for the referenced image. ... src - Specifies the path to the image. alt - Specifies an alternate text for the image.

Similar questions