<div>
</div>
<img src="image.png">
<!DOCTYPE html> - this is a HTML document
<html> - opening html tag
<head> - opening head tag
head contents - this contains information about the document that is not part of the document such as its title
</head> - closing head tag
<body> - opening body tag
body contents - this is where the HTML document is described
</body> - closing body tag
</html> - closing html tag