HTML provides the <img> tag to display images on web pages. You can also embed other multimedia elements like videos and audio.
This is a working image of a cat:
This image is broken and won't load:
1. What tag is used to display an image in HTML?
2. What attribute is used to specify the image source?
3. What does the "alt" attribute do for an image?
4. If an image cannot be displayed, what happens?
5. How can you control the size of an image?