First page
Back
Continue
Last page
Overview
Graphics
Differences to HTML
Attributes
<tag1 class=wrong>
WRONG
<tag1 class="right">
RIGHT
Empty Tags
<tag1 class="wrong">
WRONG
<tag1 class="wrong" />
RIGHT
XML is stricter
...and therefore better!