Img not showing

Trying to add a image but nothing showing up, pretty show the code is correct and there’s also a forward slash at the start of my page and I’m not sure why. If anyone could show me what is wrong would be great.

https://codepen.io/disai333/pen/dBjgbW

It seems you have provided a link to a blank template.

opps should be working now.

When you assign an id, say, to a <div>, don’t forget to enclose it in quote marks.
For example, <div id="my-id"></div>

<div id="img-div>

You’re missing a closing quotation mark :wink:

OMG lol thats all it was. thanks