<h2>CatPhotoApp</h2>
<main>
<img src=˝https://bit.ly/fcc-relaxing-cat˝ alt=˝a 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>
**Your browser information:**
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13597.94.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.186 Safari/537.36.
I was able to get this to work by changing the quotes in the code you posted to dumb quotes.
Right now, they are smart quotes, like ˝. Notice that it is slanted. But JS expects dumb quotes, like ". Notice that they are straight up and down.
Sometimes that is a process of cut and paste, especially if it is to or from a non-code editor (word processors are notorious for this). It seems to be the only thing blocking this. Try changing those 4 quotes characters to dumb quotes.