Advertisement
Blockmanfr

HTML - Listes déroulantes

Oct 9th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <form method="post" action="traitement.php"/>
  2. <p>
  3. <label for="nomDuChamp>Question ?</label>
  4. <select> name="nomDeLaVariable" id="Variable">
  5. <option value="resultat1" selected>Résulultat 1</option>
  6. <option value="resultat2">Résulultat 2</option>
  7. <option value="resultat3">Résulultat 3</option>
  8. <option value="resultat4">Résulultat 4</option>
  9. </select>
  10. </p>
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement