<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<i>Hello, this is italic text line. Variable width, 12pt.</i>
<p>This is normal text.
<p><b>This is bold text.</b>
<p><u>This is underlined.</u>
<p>List of three items:
<ol>
<li>
first</li>

<li>
second</li>

<li>
third</li>
</ol>

<h1>
Heading 1 here</h1>
<tt>Fixed width text here.</tt>
<p><font color="#FF0000">One red and line at the end.</font></html>