Learn HTML by Building a Cat Photo App - Step 3

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

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2> <p/>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/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:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?

yes i need help but i do not get it

i need help with this code

so what you have here is not correct html syntax.
The correct syntax is <p> for the opening tag and </p> for the closing tag.
You should put the opening tag on the left of the paragraph text.
And the closing tag on the right of the paragraph text.

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