forked from LeMoutonElectrique/StageAlexy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformulaire.html
More file actions
34 lines (25 loc) · 1.11 KB
/
formulaire.html
File metadata and controls
34 lines (25 loc) · 1.11 KB
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="formulaire.css">
<title> formulaire</title>
</head>
<body>
<form action="sauver.php">
<!-- <h4>Entrez l'id du jeu ici : </h4>
<input id="GET-id_jeu" type="text" name="id_jeu"><br>-->
<h4 class="formulaire">Entrez le nom du jeu ici </h4>
<h4 id="h4">( le nom du jeu doit commencer par une majuscule) :</h4>
<input id="GET-nom_jeu" type="text" name="nom_jeu"><br>
<h4 class="formulaire">Entrez le prix du jeu ici : </h4>
<input id="GET-prix_jeu" type="text" name="prix_jeu"><br>
<h4 class="formulaire">Entrez la date de parution du jeu ici : </h4>
<input id="GET-date_jeu" type="text" name="date_jeu"><br>
<h4 class="formulaire">Entrez les supports du jeu ici : </h4>
<input id="GET-support_jeu" type="text" name="support_jeu"><br>
<h4 class="formulaire">Entrez une description sommaire du jeu</h4>
<input id="GET-description_jeu" type="text" name="description_jeu"><br><br><br><br>
<a href="produits.php"><input id="valid_button" type="submit" value="Valider"></a>
</form>
</body>
</html>