20 lines
730 B
HTML
20 lines
730 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Example 6.2</title>
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
.style2 {color: #4f81bd}
|
||
|
.style4 {color: #4f81bd; font-weight: bold; }
|
||
|
-->
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<table align = "center" width = "60%">
|
||
|
<form name="myfirstform" action="mailto:liz@forms.net" method="post" enctype="text/plain">
|
||
|
<tr></td><h3><br /><br /> The contents of the form would go here</h3></td></tr>
|
||
|
<tr><td><input type="reset" value="ooops! Clear my form please"></td>
|
||
|
<td><input type="submit" value ="I'm done! Send my info"></td></tr>
|
||
|
</form></table>
|
||
|
</body>
|
||
|
</html>
|