Anchor exercise

Tell us what’s happening:
Describe your issue in detail here.
I can’tell seem to find the link between the ages element and the rhef

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<a>cat photos=https://"www.
freecatphotoapp.com"</a>


<img src="https://www.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 (Linux; Android 5.1.1; SM-J320FN) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.99 Mobile Safari/537.36

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Have a close look at the example on the left of screen, see how the link address is within the opening a tag and the link text is inbetween the 2 a tags, the link text is your anchor text. Use the example as your model, you just need to put in the correct address and text

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

?

@afropenny1 ,

You have to call the <a> tag with href attribute and pass the URL to href attribute. Refer to the example given on the left.

Thank you all very much I nailed it.

Στις Σάβ, 4 Σεπ 2021 - 17:08 ο χρήστης Nivetha krishnan via The freeCodeCamp Forum <freecodecamp@discoursemail.com> έγραψε:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.