You have one extra "<" in your code
<img src='<https://imgur.com/a/9hjl8X2'><span style='color:#ff0000'>
So just edit your code to look like this
<img src='https://i.imgur.com/Q1VuxoT.gif'><span style='color:#ff0000'>
Also one more thing you did is you didn't include direct image link, you included just album link, so when you upload, right click on image and you can either click on "Open image in new tab" or "Copy image address" to get direct link to image, and that's the link you use to put in your code.