The `h1` to `h6` heading elements are used to signify the importance of content below them. The lower the number, the higher the importance, so `h2` elements have less importance than `h1` elements. Only use one `h1` element per page and place lower importance headings below higher importance headings.
Add an `h2` element below the `h1` element that says `Cat Photos`.
</section>
## Tests
<section id='tests'>
```yml
tests:
- text: 'Your `h1` element should have an opening tag. Opening tags have this syntax: `<elementName>`.'