Learn HTML by Building a Cat Photo App - Step 15

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 <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
      <a harf="https://freecatphotoapp.com" 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 (Linux; Android 9; Redmi Note 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/105.0.0.0 Mobile Safari/537.36

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

Link to the challenge:

hi there, I can see you posted some code. Did you have a question about it?

He is a student who tried the picture link, but I don’t know how?

if you go back and review step 10, you will see an explanation of how to use anchor tag to make a link.

It is what you need to do for this step as well.

I don’t know what he wants to specify

hello again, I’m having a hard time following your posts.

Are you not understanding a specific sentence you read?

Sorry for your honor, but he is a student Turn the image into a link by

surrounding it with a necessary element

tags Use. I do not know how

yes I understand that you don’t know how to make the image into a link.
So I am suggesting to you that you should go back to step 10 to learn how.

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