Welcome to my Images page!

Welcome to my notes hompage from IST coding class /w3schools . Each link will take you to a brand new topic. ENJOY!

What are the two attributes required for all <img> tags?
The <img> tag has two required attributes: src - Specifies the path to the image and alt - Specifies an alternate text for the image, if the image for some reason cannot be displayed
How is the alt attribute related to screen readers?
The alt attribute provides text descriptions for images, allowing screen readers to vocalize this information

Click here to go back to the Notes homepage.