<!DOCTYPE html>
<html>
<head>
<title>Formulaires HTML</title>
</head>
<body>
<h1>Les formulaires HTML</h1>
<form method="post" action="traitement.php">
<label for="pseudo">Entrez un pseudo : </label>
<input><br><br>
<label for="presentation">Présentation : </label>
<textarea></textarea><br><br>
<input value="Envoyer">
</form>
</body>
</html>
UNDECIM INFORMATIQUE
Cédric NOIZAT
Grand Chaud
87370 JABREILLES LES BORDES
06 45 19 75 49
UNDECIM.INFORMATIQUE@GMAIL.COM
<!DOCTYPE html>
<html>
<head>
<title>Formulaires HTML</title>
</head>
<body>
<h1>Les formulaires HTML</h1>
<form method="post" action="traitement.php">
<label for="pseudo">Entrez un pseudo : </label>
<input><br><br>
<label for="presentation">Présentation : </label>
<textarea></textarea><br><br>
<input value="Envoyer">
</form>
</body>
</html>