comentario.html (Código fuente)

<!DOCTYPE html>
<html>
<head>
<title>Comentario HTML</title>
</head>
<body>

<h1>Documento con comentario</h1>
<!-- Este es un comentario y no se ve en el navegador -->
<p>Mi primer parrafo.</p>

</body>
</html>