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.
tdelibs/tdehtml/test/button.html

14 lines
470 B

<html>
<body bgcolor=white>
text before
<button name=button type=submit value="this should get replaced by the contents">
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>