Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
i dont know how to do the 12th step,which text am i supposed to remove ,which (a

  **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.
    <a href="https://freecatphotoapp.com"></p>
    <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/98.0.4758.102 Safari/537.36

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

Link to the challenge:

**Tell u

  **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.
   <a> href ='https://freecatphotoapp.com'</a></p>
    <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/98.0.4758.102 Safari/537.36

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

Link to the challenge:

Hi, please, next time when you post your question, provide it with a question. Asking a better question will help you understand your current situation.

From your code you haven’t done anything. I encourage you to try it out first.
turn the words cat photos into a link to https://freecatphotoapp.com . When you are done, remove the old anchor tag and text below the paragraph. this is the instruction you need to pay attention to

If you find this useful and help you solve your problem, please mark it as a solution.
Thank you

i am not understanding how to do this,remove the old anchor tag and text below the paragraph

I’ve had a similar issue due to the wording of this exercise… the objective here is to turn the phrase “cat photos” in the p element into a link using the a element.- so one single line of code. Good luck!

pay attention at here.
first you need to combine your p elements and a elements into one line of code.
only cat photos should be come the link so double check if you have double cat photos word.
Hint:
delete your last < / p and begin with < a and your last closing tag should be < / p > because it should be nested in one line of code

1 Like

i have done
<p>Click here to view more cat photos.<a> href="https://freecatphotoapp.com."</a></p>

edit your current post with your latest code

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').

Delete your > on your opening of anchor (a).

Double check your text specifically on cat photos. and remember to make your cat photos into a link by placing it after the opening tag and before the closing tag of </a>

so how should the code look like

Posting solutions is not allowed. What did you try?

i have been stuck on this kevel for a week. its really discoraging

please, do not wait any longer. Click on the Ask for Help button if you haven’t already and we will help guide you.

i am still on it and more confused. tried everything i could

I am not seeing your request for help on the forum.
To create one, please click on the button labelled “Ask for Help” inside the exercise you are currently on.

1 Like

i have
done that. thanks

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