Look at the following code snippet:
<form action="send.php">
<label for="email">Email:</label>
<input type="mail" id="email" name="email">
<input type="submit">
</form>
Look at the following code snippet:
<form action="send.php">
<label for="email">Email:</label>
<input type="mail" id="email" name="email">
<input type="submit">
</form>