First page
Back
Continue
Last page
Overview
Graphics
Differences from HTML
Attributes
<tag1 class=wrong>
WRONG
<tag1 class="right">
RIGHT
Empty Tags
<tag1 class="wrong">
WRONG
(eg <br>, <hr>)
<tag1 class="right" />
RIGHT
XML is more strict
...and therefore better!
Notes: