During the challenge, I encountered an error which says my image should have an src attribute that points to the kitten image. The lines of code are below

<h2>CatPhotoApp</h2>
<main>
<img src="https://www.freecatphotoapp.com/your-image.jpg" alt="A business cat wearing a necktie.">

  <p>Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
  <p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>
</main>

Hi,
Can you send the link to the lesson? :slight_smile:

Yep, https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/add-images-to-your-website

You need to use this image address : https://www.bit.ly/fcc-relaxing-cat just as mentioned in the lesson instruction.

1 Like

Thank you very much! :smiley:

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