The element tag is used to embed a simple image in a webpage.
Img is a void element which means it cannot have any child content and cannot have an end tag.
Alt is supposed to be a textual description of the image for use in situtations where the image cannot be seen or takes a long time to render because of slow internet connection.
Reasons you need to use alt text: User is visually impaired and is using a screen reader, Spelling of the file or path might be wrong, browser doesnt support the image type and some people still use text only browsers like linux which displays the alt text of images, wanting to provide text for search engines to utilize, and users have turned off images to reduce data transfer volume and distractions.
APNG-Animated portable network graphics-.apng AV1F-AV1 image file format-.avif GIF-Graphics interchange format-.gif JPEG-Joint Photographic Expert group Image-.jpg, .jpeg, .jifif, .pjpeg, .pjp PNG-Portable Network graphics-.png SVG-SCalable Vector graphics-.svg WebP-Web picture format-.webp
HTML QUestions
Color - is the color you use when drawing the tex and any text docorations such as the addition of under- over overlines, striking through lines and so forth
background-color- The texts background color