I am struggling to place “see more” before the anchor element. I don’t know where exactly to put it and I keep getting wrong. Please help me because I feel like I am missining something.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Everyone loves cute cats online!</p>
<!-- User Editable Region -->
<a href="https://freecatphotoapp.com">cat photos</a>in our gallery
<!-- 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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36 Edg/133.0.0.0
the anchor elements I am referring to are: the ‘a’ between greater than/less than signs then the other ‘a’ that has a forward slash in front of it. So to clarify, what exactly is the anchor element?
i just did that but it keeps telling me my code does not pass and that i should have the words ‘see more’ before the anchor element and i should make sure to include the space after the last word. i literally the words see more before but it’s still wrong, its kind of frustrating…
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.
You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.