Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here.

I do not understand how to box the sentence. The text is there but the box does not show.

Your code so far

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

<!-- User Editable Region -->

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

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36

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

Link to the challenge:

I would suggest resetting the lesson.

paragraph elements have an opening tag and a closing tag

<p>this is a paragraph element</p>

the lesson wants to add a paragraph element with the text of

See more cat photos in our gallery.

1 Like

Thank you very much, I appreciate it.

1 Like

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