blob: 6463830f82135ac011392502498eb5de4730a862 [file] [log] [blame]
<!DOCTYPE html>
<body>
<h1>Title</h1>
<p>Para</p>
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>
<table>
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>Cell 1</td>
<td>Cell 2</td>
</tr>
</table>
</body>