Free cat photo app

Tell us what’s happening:
I’m trying to create the a element that is going to link to https://freecatphotoapp.com but i have been trying for a few hours and I’m still a bit lost. any help will be greatly appreciated

Your code so far

      /main>
<p>
<a href="https://freecatphotoapp.com"> Cat
Photos</a> for you to follow</p>
```html

<h2>CatPhotoApp</h2>
<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>
<p>
<a href="https://freecatphotoapp.com"> Cat
Photos</a> for you to follow</p>

Your browser information:

User Agent is: Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Raspbian Chromium/78.0.3904.108 Chrome/78.0.3904.108 Safari/537.36.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi @pvaz0629 you need to attch your code then we can understand and help you with your problem :wink:

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.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

Hi @pvaz0629 i went through your code you just need to move your anchor tag inside the main tag and also use all small letters for cat photos text.

In question usually there will be some empty space where you are expected to add the code to challenge look for those it will help you.

lol, Yes the code would help. that’s the code I’m having an issue with. i can’t even posted right. i type it and it keeps coming as a link

“Cat Photo”

foryou to follow

Preformatted text

I appreciate your help, here is the code that i’m having issues with it keeps giving me the following error:
Your a element should have the anchor text of “cat photos”

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

This is the code

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

Yes this the code that I used for my project a few days ago so it should work

ctor, I did the reset and it worked.