summaryrefslogtreecommitdiff
path: root/render/test/test1.html
blob: 50e98cc3b615d224be183d16c9c7f2490069f09d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<title>Title</title>
</head>

<body>

<h1>Heading</h1>

<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Pellentesque <b>habitant <i>Morbi</i></b> tristique Senectus et Metus et malesuada Fames ac turpis Egestas. (This paragraph has no closing tag.)<p>Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; <b>Pellentesque</b> habitant Morbi tristique Senectus et Metus et malesuada Fames ac turpis Egestas.</p>

<table><tr><td>Cell 1</td><td>Cell 2<p>More cell 2</p></td></tr>
<tr><td>Cell 3</td><td>Cell 4</td></tr></table>

<p>Inline text <div>containing a block</div> and more text.</p>

</body>
</html>