19 lines
342 B
HTML
19 lines
342 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>Example 6.1</title>
|
||
|
<style type="text/css">
|
||
|
<!--
|
||
|
.style2 {color: #4f81bd}
|
||
|
.style4 {color: #4f81bd; font-weight: bold; }
|
||
|
-->
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<table align = "center" width = "80%">
|
||
|
<form name="myfirstform" action="mailto:liz@forms.net" method="post" enctype="text/plain">
|
||
|
some text
|
||
|
</form></table>
|
||
|
</body>
|
||
|
</html>
|