Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:

What am I doing wrong here?

Your code so far

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

<!-- User Editable Region -->

      <p>See more cat photos in our gallery.<a href="https://freecatphotoapp.com".> link to cat photos</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 (X11; CrOS x86_64 14541.0.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 12

Welcome to the community @nigpwq !

I suggest resetting the step to clear any failed code.

Use the example provided in the instructions for this step for reference on how to complete the anchor to turn the words cat photos into a link.

The example is great guidance on how to turn text into a link without changing anything else in the p element statement.

I hope this suggestion helps you move on in your coding journey.

Happy coding! :monkey_face:

Hello! @nigpwq

The challenge is to turn the words “cat photos” into a link using the anchor (a) tag.
So, we have to surround the “cat photos” using the “anchor tag”.

Thankyou! Happy Coding :slight_smile:

1 Like

Welcome to the forum!

Suggestion: Remove the complete answer before a moderator sees it and removes it, with a warning.

The forum does not encourage providing the complete answer to posts. Instead we guide the person to help them resolve the problem on their own.

You are welcome to provide guidance without the complete answer, as we all are encouraged to do @Jyothsna13

Happy coding!

Hi @anon42932716

I am sorry! I am new here…

Thankyou! Happy to be a part of this community.

1 Like

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