Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:

can not get or understand what is required for the time being

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>

<!-- User Editable Region -->

    
    <p>See more cat photos in our gallery </p>
    <!--TODO: <a href"https://freecatphotoapp.com/"-->
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

This needs to go above your p element. Also, the text is wrong. Look at the directions because the text they say to use is

TODO: Add link to cat photos

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