0 / 60 seg.

Examine the following code:

<form action="subscribe.php">
    <input type="checkbox" id="news" name="news">
    <label for="newsletter">Subscribe me to the newsletter</label>
    <input type="submit">
</form>