Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
I can’t do the p element

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    
    Click here to view more <cat photos> 
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

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

Link to the challenge:

Hi! Welcome to the forum!
So when you did the h2 element you wrote it like this

<h2>a h2 element</h2>

You put ‘h2’ inside the two brackets for the opening tag. And a bracket, then a slash, ‘h2’ and a closing bracket for the closing tag.

So the p element should be written in the same way, inside brackets.

Hope this helps!

create it below your h2 element

1 Like

Okay thank you
I will try and do that

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