I'm Stuck on Step 2

This is what it’s hint is:
Your h2 element’s text should be ‘Cat Photos’. Only place the text Cat Photos between the opening and closing h2 tags.
And here’s my code.

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

What am I supposed to do? I did what it said, I put the word cat photos in between opening and closing tags.

  **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: Step 2

Link to the challenge:

For second heading add text “Cat Photos” instead of “CatPhotoApp”

I didddd. ik it says I put CatPhotoApp, but I didnt.

For first heading text should be “CatPhotoApp”
but for second heading “Cat Photos” mind the spaces

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