Help, i can´t keep going

Tell us what’s happening:
I think i´ve done everything right but when i run the tests it tells me it´s not. Could someone tell me what did i do wrong?

Your code so far


<h2>CatPhotoApp</h2>
<main>
<img src=¨https://bit.ly/fcc-relaxing-cat.jpg¨ alt=¨relaxing cat¨/>

<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>

Challenge: Add Images to Your Website

Link to the challenge:

Hey @lag,

nice to meet you!

  1. You are using ¨ in your src and alt, but you need " marks.
  2. Your link to the image is not fully correct. Compare it with the link in the lesson description.

Keep us posted!

1 Like