So I am just working through the beginner programing curriculum working with HTML section. I cannot progress past <img src lesson as the system does not recognize this src for the image file. Does anyone know if that link is down, or is my syntax wrong? Here is what I am using… Thanks!
<img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on the beach with two thumbs up.">
Your code so far
<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>
<img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on the beach with two thumbs up.">
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.87 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/add-images-to-your-website