Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
Uhm hi guys how are you all doing i need a very huge help here this almost 72
Hours and i am freaking out i check all post the i might probably see what i am looking for but no couldn’t find anything
Your code so far

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>cat photos<a href="https://freecatphotoapp.com">cat photos<a/></p>
     <a href="https://freecatphotoapp.com">link to cat pictures</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 (Linux; Android 11; SAMSUNG SM-T295) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/19.0 Chrome/102.0.5005.125 Safari/537.36

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

Link to the challenge:

try to understand the objective before you code.
If you reset the code you will be returned back to the initial state of this code which includes this paragraph element

<p>Click here to view more cat photos.</p>

And when you take a look at how that is shown on the preview pane, it looks like very plain, boring text. Nothing special about it.

The objective is to turn the last 2 words into a clickable link. At the moment you have erased most of the paragraph, so that is not going to work.

You want to keep the paragraph exactly as-is, but add an anchor element -inside- it such that the words
cat photos
become clickable.

Let me know if you need more help.

1 Like

Hi uhm i tried again but still didnt get through but i wanna ask you in this level all i am ask to do is only on the p elements right

I am not sure I understood the question.
Please read this post to see if it helps you more.
You may want to reset before you try again.

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