Problem with anchor and herf

Hello, I am new at coding. My first course is basic HTML and HTML5. In the link to external page with anchor elements challenge I have put the code like this:


<h2>CatPhotoApp</h2>
<main>
<a herf="https://www.freecatphotoapp.com"> "cat photos"</a>

<p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

The link to the challenge is this:

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Even in the help video the coding is the same. But my coding is not accepted. What should I do?

Hi @Sbrizet !

Welcome to the forum!

It looks like you have a spelling error here.

Also, it looks like you deleted the image that was there originally.


  <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">

This shouldn’t be in quotes.

The directions might be a little misleading, but that cat photos text shouldn’t be in quotes.

hope that helps!

thank you . it helped

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