Images

Images are just.. Images.
they are used with the <img> tag, with a src= in the tag, we can show images!

And for css? Make an url("") close and attach your url to your image. Make sure there's a ' ' or inside the ().

So just add an <img src="INSERT LINK"> or just like
url("INSERT LINK")

No closing tag though!

Go back?