<!DOCTYPE html>

<html>
<title>Simple Image</title>
<head>Simple Image</head>

<style>
#pic {

}
</style>

<body>
<div>
<img id="pic" src="test.jpg">
</div>
</body>
</html>