profil.php 2.09 KB
Newer Older
Raulin's avatar
Raulin committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57

    <section>
        <form id="info_form" action=".php" method="GET">
            <table>
                <tr>
                    <th>Login :</th>
                    <td><input type="text" name="login"></td>
                </tr>
                <tr>
                    <th>Tranche d'âge :</th>
                    <td>
                        <label> Moins de 40 ans
                            <input type="radio" name="radioAge" value="<40">
                        </label><br>
                        <label> Moins de 50 ans 
                            <input type="radio" name="radioAge" value="<60">
                        </label><br>
                        <label> 60 ans et plus
                            <input type="radio" name="radioAge" value="60+">
                        </label>
                    </td>
                </tr>
                <tr>
                    <th>Sexe :</th>
                    <td>
                        <label> Homme
                            <input type="radio" name="radioSexe" value="<40">
                        </label><br>
                        <label> Femme 
                            <input type="radio" name="radioSexe" value="<60">
                        </label></td>
                </tr>
                <tr>
                    <th>Niveau de pratique sportive :</th>
                    <td>
                        <label> Bas
                            <input type="radio" name="radioSport" value="<40">
                        </label><br>
                        <label> Moyen 
                            <input type="radio" name="radioSport" value="<60">
                        </label><br>
                        <label> Elevé
                            <input type="radio" name="radioSport" value="60+">
                        </label>
                    </td>
                </tr>
                <tr>
                    <td><input type="submit" name="Valider"></td>
                </tr>
            </table>
    </form>
    <h2> Nom </h2>
    <img src="logo.png" alt="" height="90px" width="150px"/>

    </section>
    </body>
</html>