Supported tags and restrictions June 12 version


<html></html>

<head></head>

<body></body>
<body bgcolor="#rrggbb">
<body text="#rrggbb">
<body link="#rrggbb">

RGB without # is supported.
Only 16 colors are supported.
VLINK and ALINK is meaningless on this browser.
<body background="url.gif">

<!-- -->

<title>

Multiple TITLEs are ignored.

<base href="url">

<h1><h2><h3><h4><h5><h6>
</h1></h2></h3></h4></h5></h6>

Only 24 and 16 dot font are displayed.

<p>

<pre></pre>
<listing></listing>
<xmp></xmp>

LISTING is implemented as same as PRE.

<blockquote></blockquote>

Maybe BLOCKQUOTE in table does not work correctly.

<hr>
<hr size=n>
<hr width=n>
<hr width=n%>

<br>

<img src="url">
<img src="url" alt="alternative string">

Only GIF and JPEG format are supported.
Transparent GIF and Progressive JPEG are not supported.
XBM format is not supported.

<a href="url"></a>
<a href="url"><img src="url" ismap</a>

<font size=1>
<font size=2>
<font size=3>
<font size=4>
<font size=5>
<font size=6>
<font size=7>
</font>

Only 24 and 16 dot font are displayed.
<font size=+|-n> is not supported.

<table></table>
<table border></table>
<table border="size"></table>
<table cellspacing="size" cellpadding="size"></table>
<table width="size"></table>
<tr></tr>
<td></td>
<td rowspan="n" colspan="n"></td>
<th></th>
<th rowspan="n" colspan="n"></th>

Nesting table is supported.

&amp;
&lt;
&gt;
&quot;


alvin@yamato.ibm.co.jp