<!DOCTYPE html>
<html>
<head>
<title>My Web Page</title>
</head>
<body>
<form action="/submit-form.php" method="POST">
<label for="email">Email:</label>
<input type="email" id="email" name="email">
</form>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.