Confirming if my coding is right

Tell us what’s happening:
hello,i wanted to know what is wrong with what i have done :roll_eyes:
Your code so far


<h2>CatPhotoApp</h2>
<main>
<a href="https://freecatphotoapp.com">catphotos


<img src="https://bit.ly/fcc-relaxing-cat" 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> href="https://freecatphotoapp.com">"cat photos."</a>


  **Your browser information:**

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi there. The anchor tag that you added after the main tag does not have a closing tag. The anchor tag that you added at the bottom does not have the href inside of the anchor tag. I believe that you would only need one anchor tag to complete this challenge. Hope this helps.

1 Like

Hi! @school Welcome to the forum


This anchor tag doesn’t have an ending tag


Delete this anchor tag because you were told to have only one and anyways this wrongly formatted.

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