Can't pass this challenge, I've done what I was asked but not passing the yes. Someone help please Add Images to Your Website

Tell us what’s happening:

Your code so far


<img <src="https://bit.1y/fcc-relaxing-cat">alt="Author standing on a beach with two thombs up."> <h2>CatPhotoApp</h2>
<main>
  
  
  <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>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 5.1; itel it1408 Build/LMY47D; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/68.0.3440.91 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website/

The correct syntax should be:

<img src="LINK" alt="CONTENT">

<!-- Not like this! -->
<img <src="LINK"> alt="CONTENT">
1 Like

Thanks lemme go try it out again

1 Like