Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.
I am having a hard time with the code ← TODO: remove h1 -->.
The hit keeps telling me that TODO is not in there. What am I doing wrong?

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    <p>Click: here to view more cat photos.</p>
  <!--TODO:https://www.pexels.com/search/cat/-->
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14989.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36

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

Link to the challenge:

Welcome, @Msjones206 !

The instructions are asking for “TODO: Add link to cat photos”, not for you to actually put the link there. Also, they did say to put the comment above the paragraph element.

<!--TODO: Add link to cat photos-->

Advice:
Whenever I have a problem I just cannot solve, I like to take a break by distracting myself with another task. When I return, I reread the instructions or my plan, then try from scratch. Sometimes you just need to take a step back and return with fresh eyes.

Happy coding! :grin:

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