I am stuck at step 4. Nothing makes sense to me. Lol

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.</p>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 7.0; vivo Y35A) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36

Challenge: Step 4

Link to the challenge:

Hey Buddy! You’re doing great. You just need to add comment line above p element.

Comment Syntax:

<!--Comment Text Here-->

Just follow this step!
Hope You Understood!
Happy Coding :smiley:

1 Like

Something about p keeps popping. Any help chief

Hey Buddy! Can you show me the error, it will be really helpful. Because the above code about p element is correct.

Hey Buddy! Your comment should be above p element and be indented same as p element.
Remove p element after comment

Correct Code:

    <!--TODO: Add link to cat photos-->
    <p>Click here to view more cat photos.</p>

Hope You got it!

1 Like

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