mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
34 lines
967 B
HTML
34 lines
967 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<STRIKE>
|
||
|
test in front
|
||
|
<FORM action="http://somesite.com/prog/adduser" method="post">
|
||
|
<P>
|
||
|
First name: <INPUT type="text" name="firstname"><BR>
|
||
|
Last name: <INPUT type="text" name="lastname"><BR>
|
||
|
email: <INPUT type="text" name="email"><BR>
|
||
|
<INPUT type="radio" name="sex" value="Male"> Male<BR>
|
||
|
<INPUT type="radio" name="sex" value="Female"> Female<BR>
|
||
|
<INPUT name="submit" value="submit" type="submit">
|
||
|
<BUTTON name="submit" value="submit" type="submit">
|
||
|
Send<IMG src="/icons/wow.gif" alt="wow"></BUTTON>
|
||
|
text before reset
|
||
|
<BUTTON name="reset" type="reset">
|
||
|
Reset
|
||
|
<IMG src="/icons/oops.gif" alt="oops">
|
||
|
<table border>
|
||
|
<tr>
|
||
|
<td>cell1</td>
|
||
|
<td>cell2</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>cell3</td>
|
||
|
<td>cell4</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</BUTTON>
|
||
|
</FORM>
|
||
|
text at the end.
|
||
|
</STRIKE>
|
||
|
</body>
|
||
|
</html>
|