Tell us what’s happening:
Describe your issue in detail here.
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.
Below the h1
element, add an h2
element with this text:
Cat Photos
**Your code so far**
<html>
<body>
<h1>CatPhoto App</h1>
</body>
</html>
**Your browser information:**
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 2
Link to the challenge: