Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

Describe your issue in detail here.
Im lost with where Im suppose to put the ‘p’. I’ll do one of these

,

and put it in the front or the back, then I do the same with the , but its not working and I’m super confused.

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    </h3> 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/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!

Wrap the text in p element with opening and closing tag

1 Like

"Create a p element below your h2 element and give it the following text:

See more cat photos in our gallery."

Happy learning. :slight_smile:

If you need that clarified further let me know.

1 Like

how do I create a p ellement?

how would i do that ? what does wrapping mean ?

1 Like

Same as you created h1 and h2 opening and closing tags and put the text between the opening and closing tags…

1 Like

Wrapping means no space between the p element opening and closing tags,text should wrapped in it

1 Like

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