So when I add the anchor it still says no and I feel like it’s something easy that I’m missing. Any help would be appreciated.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>See more cat photos in our gallery.</p>
<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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Please post your actual code instead of screenshots
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.
Yeah I am about to give up because nothing I’m putting in is working . I have done everything that I have been recommended to do and all it’s doing is telling me I’m stupid. I have done everything that has been told to me and nothing is working. I don’t know what else to do.
Unfortunately I only have chrome working from my phone as I do not yet have a computer. It keeps telling me that it’s missing the href or misspelled so now I’m more confused.
![1000003963|225x500](upload://kVzbMalD1oowH2Ksj6MmvBjmyAc.png
I add a space and still the same
it’s telling you this because you are doing it wrong,
and clearly not reading replies and advices that people are giving you.
you are at beginning of coding journey.
this means that if you really want to learn this new thing, you just have to read carefully, and think before you type in
Thank you for the lack of help. Someone else however has been willing to help me and I will keep working with them until they get tired of helping me or I figure it out which ever one comes first.
Look at the link you put around “link to cat pictures”.
Take that and exchange “link to cat pictures” with “cat photos”. Write the <a></a> tags exactly the same, without any whitespace inside the brackets but with the “href” attribute.
The white spaces between the words “…more[.]cat photos[.]in our gallery.” come by adding them in front of the opening <a>tag and after the closing <a>tag.