Learn HTML by Building a Cat Photo App - Step 12In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by nesting t

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<html>
  <body>
    <h1>CatPhotoApp</h1>
    <main>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more cat photos.</p>
      <a href
      <a href="https://freecatphotoapp.com">cat photos</a>
      <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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Safari/537.36 Edg/105.0.1343.53

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

:balloon: Hi, welcome to the forum!
We see you have posted some code but did you have a question?
A

In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by nesting these words inside of a new anchor element.

Did you want to learn how to make an anchor ?

If you review steps 10-11 this may help.

Hello. Is anybody here to help me with step 12?

I understand the instruction and I would very much appreciate the guidance to lead me to the answer not the ready made answer. It would take the live interaction so I hope this forum isn’t dead and it will be possible.

The instruction reads:
In the text of your p element, turn the words cat photos into a link to https://freecatphotoapp.com by nesting these words inside of a new anchor element.

So I am taking the expression of
(that is the nested link inside of a new anchor element, right?)

and cutting the words ‘cat photos’ to replace them with the new anchor element.

So the result I got is the following:

Click here to view more cat photos.

The message I get from the console is:

Test

Sorry, your code does not pass. You’re getting there.

Hint

The link’s text should be cat photos. You have either omitted the text or have a typo.

I would really appreciate your help. I’m very new to programming and it’s really frustrating.

hi, I guess you are new to the forum, so you are not aware that you are posting to someone else’s topic /request for help.

Please create your own topic and someone will try and help you.
Creating topics is easy as all you have to do is click on the Ask for Help button and fill in the description of the question/problem and it will automatically pull in the code and a link to the challenge into your post.

Please do this now if you need help.
(only reply to someone else’s thread if you are trying to help them)

Thank you. Yes, this is my first time on this forum. I will follow your advice. Thank you very much @hbar1st

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