Learn HTML by Building a Cat Photo App - Step 3

Tell us what’s happening:
Describe your issue in detail here.
I don’t know what the “p” element is used for and what to do.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<elementName>Click here to view more cat photos.
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15

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

Link to the challenge:

This is an example of a h2 element.

You need to use a p element, with opening and closing p tags.

You currently have an opening elementName tag, but elementName is not a real element.

I still don’t understand😅

Have you tried creating a p element in the same way you made a h2 element?

so the next page I write h3?

No. You use h3 to write an h3 element. You need a p element.

can u show me how the code works?

No, I cannot write the solution for you. That is against the rules.

Try putting a p where you have h3

1 Like

think I did it
Thanks!

1 Like

Good work! It takes a bit to get used to the technical language of programming!

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