Learn HTML by Building a Cat Photo App - Step 4

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>
  <!-- TODO: TODO: Add link to cat photos -->
</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.114 Safari/537.36 Edg/103.0.1264.49

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

Link to the challenge:

take out the second todo: and it should work
also you have to put it above the p element

1 Like

Please I am beginner in programming, how do I put it above p, please can you guide me?

Hi @HammadYusuf ,

Your comment is now below the p element.
You should place it above the p element.

You also have 2 TODO: in your comment , so you have to delete one:

umm honestly yeah but all you have to do is go to the p element and shift it down a bar so you can put the todo on top but if you would like I know a great youtuber with videos to help with the whole lesson

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