0 / 60 seg.

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>