This commit is contained in:
karnaze 1998-06-01 16:52:56 +00:00
Родитель bdb5963d98
Коммит 27dfe99ee7
1 изменённых файлов: 1 добавлений и 10 удалений

Просмотреть файл

@ -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>