0 / 60 seg.

Review the following code:

<form action="data.php" method="post">
    Select your favorite fruit:
    <select name"fruit">
        <option value="apple">Apple</option>
        <option value="orange">Orange</option>
    </select>
    <input type="submit">
</form>