Trying to learn the third task

Tell us what’s happening:
Describe your issue in detail here
i just started using this, i am new to coding. i don’t understand the task i am required to do after the


Your code so far

<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2> <p> My Cat is Loving </p>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 3

Link to the challenge:

You are on the right track. The directions state:

Create a paragraph (p ) element below your h2 element, and give it the text Click here to view more cat photos.

There is a problem in your code:

<h2>Cat Photos</h2> <p> My Cat is Loving </p>

Take a look at the text you’ve wrapped in your p element and then re-read the directions.

Hope that helps! Happy coding!

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