<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title> The Page Title Goes Here </title>
</head>
<body>
<form>
<p>
Choose a selection:
<select>
<optgroup label="HTML Text Tags">
<option value ="bold">Bold</option>
<option value ="teletype">Teletype</option>
</optgroup>
<optgroup label="CSS Tags">
<option value ="margins">Margins</option>
<option value ="font">Font</option>
</optgroup>
</select>
</p>
<p>
<input type="submit" value="Send" />
<input type="reset" value="Reset" />
</p>
</form>
</body>
</html>
The above code produces the following email form:
© Copyright 2001,2002 Southern Twilight All rights reserved.