The img tag needs to be closed with a >
<img src="...">
or
<img src="..." />
The <h1> and <p> Should also be above the <img> inside the <body> tag. The <head> tag is just for metadata.
Also make sure your src is correct. Looks like you’re linking to the imgur page, not the image itself. Use "https://i.imgur.com/9Y1gkqK.jpg" instead


