You can add images to your website by using the `img` element. `img` elements have an opening tag without a closing tag. A tag for an element without a closing tag is known as a <dfn>self-closing tag</dfn>.
Add an `img` element below the `p` element. At this point, no image will show up in the browser.
</section>
## Tests
<sectionid='tests'>
```yml
tests:
- text: "Your `img` element should have an opening tag. Opening tags have this syntax: `<elementName>`."