Review the following code:
<form action="vote.php">
Vote:
<input type="checkbox" name="vote" value="yes"> Yes
<input type="submit">
</form>
Review the following code:
<form action="vote.php">
Vote:
<input type="checkbox" name="vote" value="yes"> Yes
<input type="submit">
</form>