<html>
    <body bgcolor="#CCFFFF">
        <h1 align="center"><font color="#0000FF">Vintips</font></h1>
        <div align="center">
            <table width="400" bgcolor="#FFCCFF">
                <tr>
                    <td align="center">
                        <form method="POST" action="Vin">
                            <br><p align="center">Velg land:
                            <select name="land" size="1">
                                <option>Frankrike
                                <option>Italia
                                <option>Andre
                            </select><br><br>
                           <input type="SUBMIT">
                            </p>
                        </form>
                    </td>
                </tr>
            </table>
        </div>
    </body>
</html>