Learn HTML by Building a Cat Photo App - Step 12

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

i can not gate step 12 pls can someone help me out

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->

<!-- User Editable Region -->

      <p><a href="https://cat photos.com"></a></p>
      <a href="https://freecatphotoapp.com">link to cat pictures</a>

<!-- User Editable Region -->

      <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 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

You have deleted the text that was in the paragraph element at the start of the step. Click the reset button (it looks like an arrow turning) and this will undo your changes.

After that, add an anchor element as needed but do not erase anything.

1 Like

12
can u pls help me out on how the code should be

Did you try my suggestion?

Reset and add the anchor tag around the specific words only. Do not delete anything

Hi @AWA
The text in the paragraph has been deleted from your code.
Keep the paragraph as it is & try ONLY to convert the given part into the link.


still having the same issue… pls check below and correct me where i didnt get it right using pictures too for better understanding

Please click the reset button which looks like an arrow turning and try again.
You have deleted the text you were supposed to turn into a link.

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