Learn HTML by Building a Cat Photo App - Step 12

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

can someone help me please. this is so frustrating, i have submitted another post and it was marked as spam. i am so demotivated, i have zero help and i have been stuck on this step 12 for two days now.

You can see the words cat photos underlined next to the image in the preview now. That’s your link; feel free to give it a click. In the text of your p element, 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.

please somebody tell me where exactly the old anchor tag is and what does it look like? but can someone also tell me about this paragraph? what paragraph? where is it?

i really want to learn to code but this is so frustrating because i have no references on what i should do. also what is nesting? i have looked on the forum here but honestly nothing is useful and nothing is helping me.

i feel like giving up on this already to be honest.
Your code so far

<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <a href="https://freecatphotoapp.com">https://freecatphotoapp.com</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; rv:103.0) Gecko/20100101 Firefox/103.0

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

Link to the challenge:

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