aboutsummaryrefslogtreecommitdiff
path: root/test.html
blob: f3d2c409858e927a9583ba735859c9da5307c56a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<title>Em example</title>
<h1 id="em-example">Em example</h1>
<p>
This is an example of <i>em</i>.
</p>
<p>
Here is some <tt>teletype text</tt>, some <b>bold text</b>.
</p>
<p>
Here is an asterisk at the end of a word*.
</p>
<p>
Here is an <i>unfinished inline formatting tag.
</i></p>
<h2 id="messerschmidts-fiance">Meßerschmidts fiancé</h2>
<blockquote>
<p>Perhaps quotes could be regarded as lists.
The paragraph goes on until a new "item" comes.
</p><p>Here, a new paragraph is started.
Yeah, this seems like a very em-like approach.
</p>
</blockquote>
<ul>
<li>Here is an
unordered list item.
</li><li>Here is another.
</li>
</ul>
<ol>
<li value="1" style="list-style-type: decimal">Here is an
ordered list item.
</li><li value="2" style="list-style-type: decimal">Here is another.
</li>
</ol>
<ol>
<li value="1" style="list-style-type: decimal">Here is a list
</li><ol>
<li value="1" style="list-style-type: lower-alpha">With another list inside it [<a href="#ref1">1</a>]
</li><ul>
<li>And yet another list
</li><li>Inside that list
</li></ul>
</ol>
<li value="2" style="list-style-type: decimal">And now we're back at the first level [<a href="http://example.com/abc">b</a>]
</li>
</ol>
<ol class="reflist">
<li value="1" style="list-style-type: decimal" id="ref1">Reference list item
</li><li value="2" style="list-style-type: lower-alpha" id="refb"><a href="http://example.com/abc">http://example.com/abc</a>
</li>
</ol>
<dl>
<dt>term</dt><dd>definition
</dd><dt>long term</dt><dd>long
definition
</dd>
</dl>
<h3 id="1+1=2">1 + 1 = 2</h3>
<pre>
code block
with two lines
</pre>
</html>