Hello I dont know what I've to do im completly new and I dont get it

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="Click here to view more cat photos">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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Step 12

Link to the challenge:

href should have valid web address, you have removed the web address, this the address https://freecatphotoapp.com

1 Like

Now it says
after nesting the anchor (a ) element, the only p element content visible in the browser should be Click here to view more cat photos. Double check the text, spacing, or punctuation of both the p and nested anchor element.

you have to wrap anchor around cat photos

1 Like

remove cat photos before anchor tag, there should only one cat photos text

1 Like

Its still saying it I’ve now done this

Click here to view morecat photos

your text appears on the page like this Click here to view more cat photoscat photos

it should appear like this Click here to view more cat photos

1 Like

like this?

Click here to view more cat photos

yes exactly, that’s good

1 Like

the problem is its saying this now
The link’s text should be cat photos . You have either omitted the text or have a typo.

if you can reset the challenge reset it and try again

1 Like

post your updated code if youdon’t want to reset it

1 Like

I reseted it and now its like this

Click here to view more cat photoscat photos

but now he says again

After nesting the anchor (a ) element, the only p element content visible in the browser should be Click here to view more cat photos. Double check the text, spacing, or punctuation of both the p and nested anchor element.

cat photos appear twice remove one and give space

1 Like

Thank your so much it works!

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