I am stuck on the test 3 for HTML I need help on how to go about it

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <h2>Cat Photos</h2>
<!-- TODO :Add link to cat photos.-->     <p>Click here to view more cat photos.</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/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37

Challenge: Step 4

Link to the challenge:

HI @30813 !

Welcome to the forum!

I see a few issues.

No.1:
The directions say this
Add a comment above the p element

You added the comment on the same line as the p element

No.2:
This text is not correct

It has to be exact for the test to pass

Carefully reread the directions for the correct text

Add a comment above the p element with this text:

TODO: Add link to cat photos

Reset the lesson and try again.

Hope that helps!

thanks will do as you have said

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