Me need an a element that links to https://www.freecatphotoapp.com

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

   **Your code so far**

<h2>CatPhotoApp</h2>
<main>



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

 <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>
<a herf="https://WWW.freecatphotoapp.com/"> cat photos</a> 
   **Your browser information:**

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi ahmedkhaled1,
You should try moving your a element to sit between the main tags. I found that when there was a big gap in the code provided, it was usually to make room for the code I needed to write (see empty lines 3, 4, 5 and 6 in this particular task).

Also, be sure you don’t have a space where there shouldn’t be one, and that you don’t have capitals where you should have lowercase letters:

It might pass the task this time but being precise is important.

There is a minor spelling Error. Your text and the Tutorial text:

<a herf=
<a href=

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