page Web de base HTML

<!DOCTYPE html>
<html>
<title>HTML Tutorial</title>
<body>
<h1>Heading</h1>
<p>Paragraph</p>
</body>
</html>
TheCoder1001