You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
470 B
14 lines
470 B
15 years ago
|
<html>
|
||
|
<body bgcolor=white>
|
||
|
text before
|
||
14 years ago
|
<button name=button type=submit value="this should get replaced by the contents">
|
||
15 years ago
|
some text
|
||
|
<table width=200 border=1>
|
||
|
<tr><td bgcolor=red>1<td bgcolor=blue>2</tr>
|
||
|
<tr><td bgcolor=blue>3<td bgcolor=red>4</tr>
|
||
|
</table>
|
||
|
more text
|
||
|
</button>
|
||
|
text after text after text after text after text after text after text after text after text after text after text after text after text after text after text after text after
|
||
|
</body>
|
||
|
</html>
|