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
|
<p>Empty <a name="anchor" id="anchor" class=""></a>!</p>
<p><a href="test">title</a> is a title.</p>
<p>This is <? a PI ?>.</p>
<p>This is <!-- a --> comment.</p>
<p>This is <!-- a
--> multiline comment.</p>
<p>This is <span>tag
now </span>.</p>
<p>This is <span>tag
</span> now.</p>
<p>This is an empty <span></span> tag.</p>
<p>This is <em>something<span test="do_it"></span> strange</em>.</p>
<p>Auto-closing: <br /></p>
<p>Expanding: <textarea></textarea></p>
<p>An invalid tag: <hR></p>
<p>A <p>block tag</p>.</p>
<p>An invalid </closing> tag.</p>
<p>A <script>*not*</script> tag.</p>
<p>An <span>unclosed <em>tag.</em></span></p>
<p>Some <code>element with | pipe symbol</code></p>
<p>Some <span><code>element with | pipe symbol</code></span></p>
<p>Some <code>element with | pipe
symbol|</code></p>
<p><u>underlined</u></p>
|