Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
i am very beginer in coding and i am havin difficulty in solving the basic codes on step 3 (3rd code) Your p element should have a closing tag. Closing tags have a / just after the < character. i’ve coded

See more cat photos in our gallery

is this the right code? of learn HTML by building a cat photo app

if someone could help me where and how do i start from it would be very helpful

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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.76

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

Link to the challenge:

Hello!
If you look at the h2 closing element above your p closing element ,you will notice a slight difference in how the code was enterred incorrectly.

I suggest using a lower case p, as well, as changing the order of the element and its closing tag.

Happy coding! :slight_smile:

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