003.html   [plain text]


<table width=100% >
<tr><td>URL: <td width=100%><input style="width:100%"></tr>
<tr><td colspan=2 bgcolor=red>Alongwordtogiveyouanicebigminwidth.
</td></tr>
</table>

<table border=2 bgcolor=red height=100 width=100><tr><td></tr></table>

<table height=120 border=2>
<tr><td>hello
<tr><td>more hello
<tr><td>world
<tr><td height=100%><textarea style="height:100%"></textarea>
</table>

<table>
<tr><td width=100 nowrap>I should wrap and not have nowrap.  I really should.
</table>

<table>
<tr><td width=100 nowrap><div>I should wrap and not have nowrap.  I really should.</div>
</table>

<table>
<tr><td width=100 style="white-space:nowrap">I should have nowrap.  I really should.  Definitely. Should.
</table>

<table>
<tr><td width=100 style="white-space:nowrap"><div>I should have nowrap.  I really should.  Definitely. Should.</div>
</table>