Learn HTML by Building a Cat Photo App - Step 4

Tell us what’s happening:
Describe your issue in detail here.

type or paste code here

Your code so far

CatPhotoApp

Cat Photos

<p>Click here to view more cat photos.</p>
<!--Todo:add link to cat photo <h1> -->
<p><click here to view more cat photos.></p>
<html>
  <body>
    <h1>CatPhotoApp</h1>
    <h2>Cat Photos</h2>
    
    <p>Click here to view more cat photos.</p>
    <!--Todo:add link to cat photo <h1> -->
    <p><click here to view more cat photos.></p>
        
  </body>
</html>

Your browser information:

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

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

Link to the challenge:

Please double check your comment text.

It should be exactly the same as the one requested in the exercise

TODO: Add link to cat photos

Edit: also please do not change any other lines of code. Only change the code that the exercise asks you to change.
Click the reset button to restore the code back to its initial state and try the exercise again.

Add a target attribute with the value _blank to the anchor (a ) element’s opening tag, so that the link opens in a new tab.

have added this target attribute and yet its not going through please i need help

See more cat photos in our gallery.

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