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>
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>