<?xml version="1.0" encoding="UTF-8"?>
<pdx:document xmlns:pdx="http://www.phpdocx.com/main" >
    <pdx:content>
        <pdx:embedHTML>
            <pdx:data pdx:dataId="" pdx:type="HTML"><![CDATA[<style>ul {color: blue; font-size: 14pt; font-family: Cambria}td {font-family: Arial}#redBG {background-color: red; color: #f0f0f0}table {border-collapse: collapse}</style><h1>The title of the HTML page</h1><p>A normal paragraph.</p><p class="heading2">This is a simple paragraph with <strong>text in bold</strong>.</p><p>Now we include a list:</p><ul><li>First item.</li><li>Second item with subitems:<ul><li style="color: red">First subitem.</li><li>Second subitem.</li></ul></li><li id="redBG">Third subitem.</li></ul><p>And now a table:</p><table><tbody><tr><td>Cell 1 1</td><td>Cell 1 2</td><td>Cell 1 3</td></tr><tr><td>Cell 2 1</td><td>Cell 2 2</td><td>Cell 2 3</td></tr></tbody></table>]]></pdx:data>
            <pdx:wordStyles>
                <pdx:wordStyle pdx:styleType="tag" pdx:name="LightListAccent3PHPDOCX"><![CDATA[<table>]]></pdx:wordStyle>
                <pdx:wordStyle pdx:styleType="tag" pdx:name="Heading1PHPDOCX"><![CDATA[<h1>]]></pdx:wordStyle>
                <pdx:wordStyle pdx:styleType="class" pdx:name="Heading2PHPDOCX">heading2</pdx:wordStyle>
            </pdx:wordStyles>
        </pdx:embedHTML>
    </pdx:content>
</pdx:document>