Tell us what’s happening:
I am on the site and trying to finish this who challenge thing and hit a road block.
Your code so far
<h2>CatPhotoApp</h2>
<main>
<img src="https ://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."><a href="http:f reecatphotoapp .com">"cat photo"</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>
Your browser information:
User Agent is: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0
.
Hi, the challenge want you to do what? A bit of description would help since there’s no link or title of the challenge.
I just started and the site will not allow me to post links.
learn.freecodecamp. org/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements
Well, take a look at the Example:
<a href="https://freecodecamp.org">this links to freecodecamp.org</a>
<a href="Change to the link they want you to use">This is the texts which will show as anchor text they're talking about</a>
If there’s still something you’re not sure about just describe it since I don’t know which part of the a
tag that you don’t understand.
Thank you, I for some reason was writing it correctly. I was just off by like 1
Do you know what I’m going wrong here?
Yeah it says Your a element should be a dead link with href set to #
In the photo, your a
tag doesn’t have any attribute. Look at the example on the left side of the challenge then you’ll know what to do.