Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<h2>CatPhotoApp</h2>
<main>
<img src = "https/www.bit.ly/fcc-relaxing-cat" alt = "adorable 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>
Your browser information:
User Agent is: Mozilla/5.0 (Linux; Android 5.1.1; SM-J105H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36.
I know you might think I’m being a jerk here, but I think it would be better if you figured it out. This is a common issue in programming and one you will run into time and time again. The instructions give you the correct URL for the image. How would you compare what you currently have in there to what is in the instructions? Or maybe there is a better way to add the URL that will reduce the chances of typos to almost 0?