simplified test8tab.html

git-svn-id: svn://10.0.0.236/trunk@2811 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
karnaze
1998-06-01 16:52:56 +00:00
parent 3f80334382
commit 480e732ab3

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>