Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

I have done what it is saying. It still isn’t accepting my code

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    </p>See more cat photos in our gallery.</p>

<!-- User Editable Region -->

  </body
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.5 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

See buddy here you did it right,

But the thing Is, kindly think how do we use a tag ?

When we are using it in starting.

Hope you Understand !!

Hello!
Have a look at the header element you’ve written earlier:

<h2>Cat Photos</h2>

You’ve opened the h2 element with a <h2> tag and closed it with </h2>. Right now, your p element begins and ends with closing tags.
Hope that helps:)

Kindly check the

element, you start it with the close tag </p></p> if you figure it out kindly let’s us know.

1 Like