Learn HTML by Building a Cat Photo App - Step 2

Tell us what’s happening:
Describe your issue in detail here.
What am i doing wrong here? I can’t past this step!!

  **Your code so far**
<html>
<body>
  <h1>Cat Photos</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/103.0.5060.66 Safari/537.36 Edg/103.0.1264.44

Challenge: Learn HTML by Building a Cat Photo App - Step 2

Link to the challenge:

You don’t want to change the h1 element. You only want to add a new h2 element below the h1 element so that they are both on the page at the same time. You might want to restart the step to get the original HTML back and then try again.

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