The element lets you add images to a Web page. element has required attribute called SRC, which was similar to the href. The values of SRC must be the URL of the image. also need a/to self-closing element.
exmaple like this:
Also, the ALT attribute is applied specifically to the element as a description.
Why add alt attibute?
1. If an image fails-load on a Web page, a user can Ouse over the area originally intended for the image and read a BRI EF description of the image.
2.Visually impaired users often browse the Web with the aid of a screen reading software. When you include ALT, the screen reading software can read the images's description outloud to the visusally impaired user .
Note:if the image on the Web page was ot one that conveys any meaningful information to a user, the Alt attribute should n OT be used.
+alt exmaple like this:
"Codecademy Summary" Html+css