Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening

how do i add a terget

Your code so far

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

<!-- User Editable Region -->

    
    <!--TODO:Add link to cat photos--> <p>See more cat photos in our gallery.</p>
    

<!-- User Editable Region -->

  </body>
</html>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 4

Welcome to FFC forum. You created topic about cat photo app challenge step-4 and you asking about target attribute which is in the step 14.

you to make code inactive. A comment in HTML starts with <!--, contains any number of lines of text, and ends with -->. For example, the comment ` contains the text TODO: Remove h1.

Add a comment above the p element with this text:

TODO: Add link to cat photos

Above is the instructions for the step-4
@Gilton254

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