Where i go wrongon my Link to External Pages with Anchor Elements

Tell us what’s happening: what is wrong with my <a /a>
Here is the coding id did.
But run test tells me You need an a element that links to http://freecatphotoapp.com

CatPhotoApp

why does this not let me pass with this

you r Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

We can’t help much unless you post your code.

this will not let me show you my coding . i cant get this to work. i thought i am matching the video direction accurately

this is what it says when i copy all of the coding and past it here.

For security reasons, you can’t include links in your posts yet. Use the freeCodeCamp forum a bit more to unlock this ability.

who do i talk to it will not let me post what my anchor coding for security reasons

Duplicating the video is not the same as following the written instructions on how to complete the challenge.

You can post the code without the urls. Your ability to post urls is automatic based on the age of your account due to the big spam risk we have.

THANK YOU for the details.

check this out i guess this should help. wow i have been trying to edit it so i can display the a link code but i guess this won’t let me display it. oh ok i got. but you will have to look it carefully where i use one double quote and a single quote just to make it display and a space at the closing end of a link. so fix it i think that should help.
{/**<a href=“https://freecodecamp.org” id=" cat-photo ’ >< / a>*/}

<a href="https://freecodecamp.org"  id="cat-photo" >Cat Photo
  <img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">
  </a>

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

See this post to find the backtick on your keyboard. The “preformatted text” tool in the editor (</>) will also add backticks around text.

Note: Backticks are not single quotes.

markdown_Forums

what wrong with this anchor

 <a href="https://freecatphotoapp.com">cat photos</a>

https is not http.

i am at Basic HTML and HTML5: Link to External Pages with Anchor Elements
what i s wrong with this anchor

<h2>CatPhotoApp</h2>

<a href="https://freecatphotoapp.com">cat photos</a>

<main>
<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>

thank you! for your quick response

1 Like