diff options
Diffstat (limited to 'test.html')
-rw-r--r-- | test.html | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,6 @@ <h1>Em example</h1> <p> -This is an example of <i>em</i> (<a href="http://example.com">link</a>). +This is an example of <i>em</i>. </p> <p> Here is some <tt>teletype text</tt>, some <b>bold text</b>. @@ -32,11 +32,12 @@ ordered list item. </li><li>Inside that list </li></ul> </ol> -<li value="2">And now we're back at the first level +<li value="2">And now we're back at the first level [<a href="http://example.com/abc">2</a>] </li> </ol> -<ol class="reflist" style="font-size: small;"> +<ol class="reflist"> <li value="1" id="ref1">Reference list item +</li><li value="2" id="ref2"><a href="http://example.com/abc">http://example.com/abc</a> </li> </ol> <dl> |