filehandling/htmltorichtextconverter/tdata/testHtml/outlook02.txt
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 10:12:00 +0200
changeset 0 2e3d3ce01487
permissions -rw-r--r--
Revision: 201002 Kit: 201005

<!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>