Learn how to add images using the <img> tag.
To add an image in HTML, use the following format:
<img src="image.jpg" alt="Description">
Type your code in the box below. Add an image with a URL and an alt description.