Please i need help with task 12 on HTML

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
      <a href="https://cat photos.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/100.0.4896.127 Safari/537.36

Challenge: Step 12

Link to the challenge:

Hello there.

Do you have a question?

If so, please edit your post to include it in the Tell us what’s happening section.

Learning to describe problems is hard, but it is an important part of learning how to code.

Also, the more information you give us, the more likely we are to be able to help.

Turn the words cat photos located inside p element into a link using the same value for the href attribute as the link below the p element. The p element should show the same text in the browser, but the words cat photos should now be a link. Make sure to remove the a element with the text cat photos on the line below the p element. that is the question .

What issue are you having with this step?

i have created different links but i keep getting errors

Try to use the url from the description

I have been stuck on this task for a while since last night, I do not understand how to make the “Link text = Cat Photos” when I go ahead and submit in this format I get nothing but errors when I properly nested the within the

tag I do not understand how to make just the specific text within a sentence a link,

still getting errors

Same here, right now it looks like this but it doesn’t work

<p>Click here to view more<a href='https://freecatphotoapp.com'
    'https://freecatphotoapp.com'> cat photos<p>

I think the space shouldn’t be insite the link, you also have a floating url in the opening a tag that you should delete

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