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>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>

<!-- User Editable Region -->

    <a href="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."></a >

<!-- User Editable Region -->

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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0; BGO-DL09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36

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

Link to the challenge:

Please Tell us what’s happening in your own words.

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

Also, the more you say, the more we can help!

Step 15 solve I cannot get where the mistake

Turn the image into a link by surrounding it with necessary element tags. Use https://freecatphotoapp.com as the anchor’s href attribute value.

I know what the instructions say. I don’t know what part of the instructions you don’t understand.

Do you know what an HTML element is?

Do you know what an img element is?

Do you know what an anchor element is?

You need a correct anchor element with a correct opening tag.

No I don’t ,but I try to understand through the process and I have seen documents online and web youtube, but unfortunately the session are not explained it in away of easily understandable. If you honest please send notes.

Mindahun: No I don’t ,but I try to understand through the process and I have seen documents online and web youtube, but unfortunately the session are not explained it in away of easily understandable. If you honest please send notes.

Maybe this introductory post to explain elements and the one immediately after it to explain attributes can help a little

You can also google “html elements and attributes “ to read many explanations online about this.

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