Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

My h3 element isn’t working. I need help checking my code:

Everyone loves cute cats online!

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    <h3>Everyone loves cute cats online!</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.6 Safari/605.1.15

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there and welcome to our community!

Your opening and closing tags should have the same element name.
You shouldn’t be adding an h3 element here. The instructions ask for a p element, so change the opening tag to a p tag.

Hey Buddy, Here don’t you think you need to put p tag Instead of h3 tag…

Hope You Understand !!