QUOTE (mega-squall @ Nov 3 2004, 11:30 AM)
QUOTE
7)What to do with unknown tags like <Gv%7F#> ? Would I print it out
then or ignore it as I would do with <!--blaa just some comments-->

Should print out.
Imagine for instance you want to browse a math help page which echoes : "x < 14 && x > -1"

i'm not saying you have to make your browser lik IE but...

IE would ignore the unknown tags, if you would like to see < and > you have to use ascii codes like < is &lt; and > is &gt;

so
CODE
&lt;

is shown as
CODE
<