How will I pass step 12

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
 <p>
   Click here to view   more cat photos
   <a href="https://freecatphotoapp.com">cat photos.</a>
 </p> 
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; TECNO BD4j) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.85 Mobile Safari/537.36

Challenge: Step 12

Link to the challenge:

Put your anchor tag in like this

<p>Some text<a href="#">Link</a>some more text</p>

and proper indenting

<div>
     <div>
        <div></div>
     </div>
</div>

is it like

Click here to view more cat photos cat photos.

Click here to view more cat photos cat photos.

Close, but remember it’s asking you to remove the link below p, meaning you won’t have two cat photos. and your link text doesn’t match the text requirement.

It is more than cat photos

1 Like

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