Computer Science, asked by runamondal2933, 1 month ago

How images are added in an HTML document? What are the different attributes of an image element?​

Answers

Answered by santhoshnpanchal8
4

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

Explanation:

Similar questions