x
 
1
<!DOCTYPE html>
2
<html>
3
<head>
4
    <title>Title of the document</title>
5
</head>
6
<body>
7
8
<h1>This is a heading</h1>
9
<p>This is a paragraph.</p>
10
11
</body>
12
</html>