Tell us what’s happening:
Hi there, I’m stuck at step 11, i need to insert the link text “link to cat pictures” between my anchor tags but im responsed that the text needs to be between et … I must admit im confused
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>See more cat photos in our gallery.</p>
<a href="https://freecatphotoapp.com"></a>
<!-- User Editable Region -->
<a href="https://freecatphotoapp.com">link to cat pictures</a>
<!-- User Editable Region -->
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 11
Good evening. What I possibly think it wrong is that you have two <a href lines instead of just one line. What you could possibly try is to remove your first <a href line under the paragraph and see if that changes anything. I know for sure the second line with the added “link to cat pictures” is correct. I hope it helps. (I’m still learning as well)
It’s weird though, because the first link is the continuation of the validation of the code in previous steps, maybe there is kind of a little problem here, the portion that should be editable in step 11 should be the first link and not to write a new one, if I make any sense.
@Cody_Biggs it’s the text provided in step 3 and the code passed, is it supposed to be something else ?