Font size:
Überschrift
Absatzüberschrift
Der Text...
Für diese minimalistische Seite braucht man nur eine kleine XML:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" "http://forrest.apache.org/dtd/document-v20.dtd">
<document>
<header>
<title>Überschrift</title>
</header>
<body>
<section>
<title>Absatzüberschrift</title>
<p>
Der Text...
</p>
</section>
</body>
</document>


