Learn HTML by Building a Cat Photo App - Step 11

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.</p>
      <a href="Click here to view  more cat photos"></a>
      <a href="https://freecatphotoapp.com"</a>
      <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/105.0.0.0 Safari/537.36

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

Link to the challenge:

Hi @nghia2002kui ,

Welcome to the community.

You need to make text “cat photos” a link. You can do this by adding anchor tag around cat photos.

You can do it like this. Mod Edit:Removed code

Hello there!
I’m glad to see you are active on the forum and trying to help others, but please do not share solutions to fCC challenges, just your best hints/tips (and that would be great).
we want to support each other to learn to code (and learn debugging and improve our communication) and not to learn to copy-paste.

Thanks for your understanding

1 Like

Hi @hbar1st ,

Thanks for the suggestion. I will not be sharing the actual solutions hereon in.

1 Like

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