summaryrefslogtreecommitdiff
path: root/sem_5/HLIN510_Web/panier.html
blob: afe9a3ba59a8f78604f82de504f643c6028ded83 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="fr">
  <head>
    <meta charset="utf-8">
    <title>Panier INFOCOM : vente de materiel informatique</title>
    <link rel="stylesheet" href="./styles.css">
  </head>
<body id="commande">
  <h1> Formulaire de commande</h1>
  <form id="panierform">
    Quantité de disques durs <input type="text" name="qdd" placeholder="Nb de disques"></br>
    <select name="modele" size="1"><option selected> HDD Seagate 500GO (100e)<option> HDD Western 750GO (120e)<option>HDD externe 500Go (115e)</select></br>
        clavier logitech (10e) <input name="souris"type="checkbox"> souris logitech (12e) <input name="souris"type="checkbox"> clavier souris sans fils (35e) <input name="souris" type="checkbox"> </br>
        enceintes 5W (30 e) <input name="enceintes" type="radio"> tapis de souris (5e) <input name="tapis" type="radio"> </br>
        Adresse email <input type="text" name="mail" placeholder="Saissisez email"></br>
        Nom <input type="text" name="nom"></br>
        <input type="submit" value="Commander">


</body>