<html>
<head>
<title>Drop me a line</title>
</head>
<body>
<form method="POST" action="contact.php">
Fields marked (*) are required
<p>Email From:* <br>
<input type="text" name="From">
<p>Subject: <br>
<input type="text" name="Subject">
<p>Body:* <br>
<input type="text" name="Body">
<p><input type="submit" name="submit" value="Submit">
</form>
<p>
</body>
</html>