Tech support please

Tell us what’s happening:
Hello again people, I am here with another question, I do not understand this lesson and if I could get told by one of you experts on what to do, that would be AWESOME! Thanks!

Your code so far


<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>
  <a>"http://freecatphotoapp.com"</a>
</main>

Your browser information:

User Agent is:

Link to the challenge:

1 Like

What are the requirements? What different things have you tried? What do the failing tests say?

Hi,

The <a> tag or anchor tag defines a hyperlink, which is used to link from one page to another. In the below example,

<a href="https://freecodecamp.org">this links to freecodecamp.org</a>

https://freecodecamp.org is the link
and this links to freecodecamp.org is the anchor text.

The lesson requires you to create a similar a element.

Hope this helps!

This is the second meme post in under an hour, this one from an account name “datboimemer”

It does, thank you ver much! :smiley_cat: