<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
    <title>Test document</title>
  </head>
  <body>
    <h1>Header 1</h1>
    <p>
Para 1
</p>
    <h2>Header 1.1</h2>
    <p>
Para 2
</p>
    <h1>Header 2</h1>
    <p>
Inline <a href="http://example.com">example</a> link.
</p>
    <pre>
Some literal text
</pre>
    <p>
Inline Image: <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/> image
</p>
    <img src="http://www.google.com/intl/en_ALL/images/logo.gif"/>
    <p>
Inline tags:
<strong>storng text</strong>
<em>emphasized text</em>
<tt>literal</tt>
<sub>subscript</sub>
<sup>superscript</sup>
<q>quote</q>
<cite>cite title</cite>
<acronym>FBI</acronym>
<code>a = b</code>
</p>
  </body>
</html>
