Working with Multiple Images.
Explain how to add multiple images in an HTML page.
Highlight the importance of keeping images in the same folder for easy access.
Example:
img src="image1.jpg" alt="Description of image 1"
img src="image2.jpg" alt="Description of image 2"
img src="image3.jpg" alt="Description of image 3"