Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:

I need help checking my code I am on step 3 now, and I don’t understand the p elements

Your code so far

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

<!-- User Editable Region -->

    <h2>Cat Photos</h2>
    < Everyone loves cute cats online!</>

<!-- 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/132.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 3

Hi there. See that h2 element around the text Cat Photos as an example and create p element with required text for the challenge step.

Hi and welcome to the forum!
Just like h1 and h2 elements, p elements are used for texts. The only difference is you use h1 or h2 with titles and p element for paragraphs. I hope this helps.
Good luck!

Replace <Everyone> with <p> for the paragraph tag: mod edit: solution removed to fix the syntax issue.

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.