Un documento HTML simple

<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<title>Page Title</title>
</head>
<body>
	<img src="images/firefox-icon.png" alt="Mi imagen de prueba">
	<h1>My First Heading</h1>
	<p>My first paragraph.</p>
</body>
</html>