cthulhu/test/html/containers.html

24 lines
478 B
HTML

<html>
<head></head>
<body>
<ol>
<li>item 1</li>
<li>item 2</li>
</ol>
<table border=1>
<tr><td>Cell 1</td><td>Cell 2</td></tr>
<tr><td>Cell 3</td><td>Cell 4 (it's the last one)</td></tr>
</table>
<p>A paragraph without much text.</p>
<div role="group">Another paragraph without much text.</div>
<blockquote>
<p>A quoted paragraph without much text.</p>
<p>Another quoted paragraph without much text.</p>
</blockquote>
<ul>
<li>item 3</li>
<li>item 4</li>
</ul>
</body>
</html>