x
1
2
<title>HTML Standard</title>
3
<body>
4
<hgroup id="document-title">
5
<h1>HTML</h1>
6
<h2>Living Standard — Last Updated 12 August 2016</h2>
7
</hgroup>
8
<p>Some intro to the document.</p>
9
<h2>Table of contents</h2>
10
<ol id=toc>...</ol>
11
<h2>First section</h2>
12
<p>Some intro to the first section.</p>
13
</body>
14