Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here. There is nothing wrong with my codes. Why is your system stating they are wrong? I did exactly what your instructions said to do. You did not provide the link address. I left it blank. What is wrong with that?

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 <a href=" ">cat photos.</a></p>
  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:105.0) Gecko/20100101 Firefox/105.0

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

Link to the challenge:

Hi there,

Please click on the restart button to reset the code and this time only add the requested comment line. (You should not be editing any of the existing lines of code for this step)

Add a comment above the p element with this text:

TODO: Add link to cat photos

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