Step 7

To display images on your webpage you will use the img element.

Theimg element has an opening tag without a closing tag.

A tag for an element without a closing tag is known as a self-closing tag.

Task 7:
Add an <img> element below the comment.

At this point, no image will display on the page. We will add more information in the next step to display the image.