<html>
<head>
    <title>Formulaire avec la méthode get</title>
    <meta name="author" content="Bernard Chardonneau">
    <meta name="copyleft" content="Logiciel libre">
    <meta name="robots" content="index,follow">
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>

<body bgcolor="#FFE0B0">
    <br />
    <br />
    <p style="font-size : 30" align="center">Salut toi</p>
    <br />
    <form action=repget.ahp method=get>
    <table align="center" border="0" cellpadding="10px">
        <tr>
            <td>Comment t'appelles-tu ?</td>
            <td><input type="text" name="nom" maxlength="20" size="16"></td>
        </tr>
        <tr>
            <td>et tu es dans quelle classe ?</td>
            <td><input type="text" name="classe" maxlength="20" size="16"></td>
        </tr>
        <tr>
            <td><td colspan="2">&nbsp;</td>
        </tr>
        <tr>
            <td align="center" colspan="2">
                <button type="submit" style="font-size : 100%">Répondre</button>
            </td>
        </tr>
    </table>
</body>
</html>