1
<html>
2
<head>
3
<title>
4
Minimal HTML Document
5
</title>
6
</head>
7
<body>
8
This paragraph is a very simple HTML sample containing only text with very few tags. Compare this to its source code to see the minimum elements required for an HTML document.
9
</body>
10
</html>