Learn HTML by Building a Cat Photo App - Step 10

Tell us what’s happening:

I have no idea about how to do this because it doesnt make any sense help please.

Your code so far

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

<!-- User Editable Region -->

      <p>Everyone loves cute cats online!</p>
      

<!-- 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."> </a> <a>
    </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/129.0.0.0 Safari/537.36

Challenge Information:

Learn HTML by Building a Cat Photo App - Step 10

what doubts do you have? you did not say what is giving you issues, we would be happy to explain more

2 Likes

it says Add an anchor element after the paragraph that links to https://freecatphotoapp.com but I try doing that but I dont know where to put it and properly title it? Im sorry for not being clear than i should have

Like is it under the

 </main>
  </body>
</html>

part?

the place is after the p element, you don’t need to add any content to the a element. The onyl requirement you have is the href

I’ve edited your code 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 (').

no, that would put it after everything. The request is to put it rigth after the p element