They're Kidding, Right?
How can you do anything useful with so little?
- It is not meant to be authored by humans, so
awkward, tedious coding doesn't matter
- Attributes can be considered "syntax sugar"
and coded as elements
- <text> Elements can be used instead of
mixed content
<p>Hello, <b>world</b>,see <a href="http://hello.com"> my web site</a></p>
<p> <text>Hello, </text> <b>world</b> <text>, see </text> <a> <href>http://hello.com</href>
<label> my web site </label> </a> </p>
<PrevPage TOC Next Page>
Copyright 2000 Michael Champion