Step 2 and i dont know if it means a new page

idk what to do on step 2 im so confused cause it says below but idk what that means

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  </h2>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 2

Link to the challenge:

No. Use the same page.

This isn’t a full h2 element.

This is a full h1 element.


You need to add a full h2 element like the full h1 element you added. You need an opening tag, the text to make into the heading, and the closing tag. You only have a closing tag.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.