blob: ffa6df615b832e103b116649c0fae5baba602196 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="UTF-8"/>
<title>Example XHTML5 document</title>
</head>
<body>
<p>Here be <b>Dragons!</b><br/>and a newline</p>
<p id="123" class="cool">Text</p>
<p id="123" class="cool">Text</p>
<p id="123" class="cool">Text</p>
<p id="123" class="cool">Text</p>
<p>Text<br class="double"/></p>
</body>
</html>
|