Learn HTML by Building a Cat Photo App - Step 9

Tell us what’s happening:
Describe your issue in detail here.

Your code so far
where do i write A cute orange cat lying on its back in step nine

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>
      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>Click here to view more cat photos.</p>
      <imgAcuteorangecatlyingonits
      back  src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg">
    </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/106.0.0.0 Safari/537.36

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

Link to the challenge:

The instruction: " Inside the img element, add an alt attribute with this text:

A cute orange cat lying on its back

Add ‘alt’ attribute in your ‘img’ element after “src=…”, and give it a value of “text already given to you”.

Code redacted by moderator

Should look like this (but with<> on the ends). Any time they mention an “attribute” you should add it inside the element.

Please do not share code solutions in response to requests for help.

You are encouraged to share tips/hints or guidance instead to allow the learner to gain the most from their effort.

Thanks for your understanding.

Sorry about that. Was just trying to show what I meant by adding the attribute inside the element. I’ll avoid providing the actual solution next time.

1 Like

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