<slide title="How documents are represented">
    <example fontsize="1.6em" title="Given a basic HTML document..."><![CDATA[<HTML>
    <HEAD>
        <TITLE>Example basic HTML document</TITLE>
    </HEAD>
    <BODY BGCOLOR=#FFFFFF>
        <B>Hello, World!</B>
    </BODY>
</HTML>]]>
</example>
<blurb>
    The following document tree would be generated by tidy...
</blurb>
<image filename="tree.gif" align="center" width="300" height="200"/>
</slide>
