Computer Science, asked by sahasoma2016, 8 months ago

III. Write all the steps:
(a) to insert pictures in an HTML document,​

Answers

Answered by dangoreatharva
1

Answer:

Each image must carry at least two attributes: the src attribute, and an alt attribute.

The src attribute tells the browser where to find the image. Its value is the URL of the image file.

Whereas, the alt attribute provides an alternative text for the image, if it is unavailable or cannot be displayed for some reason. Its value should be a meaningful substitute for the image.

Similar questions