My "a" element should have the anchor text of "cat photos". I need an "a" element that links to http://freecatphotoapp.com can someone help please. i am writing on HTML

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>
  <a href="https://catphotos.org">this links to https://freecatphotoapp<wbr>.com.</a>
  
  
  <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>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/link-to-external-pages-with-anchor-elements

1 Like

That was pretty close!

your anchor tag should have href attribute set to “http://freecatphotoapp.com”. Within your <a> tags, set the text to be “cat photos”. :smiley:

1 Like

// running tests You need an

a

element that links to

https://freecatphotoapp.com

// tests completed
Help what am I doing wrong please

2 Likes

cat photos

Hello. Looks like this is the first time you are in this community. Welcome! If you have any problem, please click on the “Ask for help” button which is available by clicking on “Get Help” in the challenge itself. That will create a new topic for you in this forum. If you want to post any code, do the following:

Now onwards, please don’t continue a topic if you have any problems. Instead, create a new topic so that more people will help you.

1 Like

Https//freecatphotocamp.org.“cat photos”.org

You need an a element that links to https://freecatphotoapp.com where here do I out the a element please confused

1 Like

Hi @Marvinking1. As I had mentioned in the previous post, please click on the “Get Help” button in the challenge itself. It will create a new topic for you in this forum with your code. Right now, your code is not visible to me.

If you have a question about a specific challenge as it relates to your written code for that challenge, just click the Ask for Help button located on the challenge. It will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.

Thank you.