Img src="https://bit-ly/fcc-relaxing-cat

Tell us what’s happening:

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 flubit-lyr catnip scratched.</p>
</main>

<img src="https://bit-ly/fcc-relaxing-cat.jpg"alt"cat in the kitchen.">

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.0.0; SM-G930F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.116 Mobile Safari/537.36.

Challenge: Add Images to Your Website

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

Your solution:
<img src="https://bit-ly/fcc-relaxing-cat.jpg"alt"cat in the kitchen.">

The example:
<img src="https://www.your-image-source.com/your-image.jpg" alt="Author standing on a beach with two thumbs up.">

The given url:
scr="https://bit.ly/fcc-relaxing-cat"

Did you see the bugs?