simplified test8tab.html

This commit is contained in:
karnaze 1998-06-01 16:52:56 +00:00
parent bdb5963d98
commit 27dfe99ee7

View File

@ -2,16 +2,7 @@
<body>
<form>
<table border=1>
<TR>
<TD> <input type=text> </TD>
<TD> <input type=text> </TD>
</TR>
<TR>
<TD> <input type=button> </TD>
<TD> <input type=button> </TD>
</TR>
</table>
<table border=1><TR><TD><input type=text></TD><TD><input type=button name=b value=button></TD></TR></table>
</form>
</body>