| name | language | licence |
|---|---|---|
| PHP/JS : ternaire | PHP | Other |
| PHP/MYSQL : Chaines de caractères echapper avant insertion en base | PHP | Other |
| PHP/MYSQL : Notes mysqli | PHP | Other |
| PHP/MYSQL : Usage procedurale de mysqli | PHP | Other |
| PHP/MYSQL : recuperer un date en base et la formater grace à date | PHP | Other |
| JS : expressions regulière | JS-JQuery | Other |
| HTML : select et optgroup : groupe d'option dans une liste déroulante | HTML | Other |
| HTML : HTML 4.01 Strict | HTML | Other |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 >
language: HTML
licence: Other
HTML : select et optgroup : groupe d'option dans une liste déroulante
options: view full snippet • send to code collector
<!-- optgroup permet de créer des groupes d'option dans une liste déroulante --> <select> <optgroup label="Papier"> <option selected="selected">Saab</option> <option>Mercedes</option> <option>Audi</option> </optgroup> <optgroup label="Vynil"> <option>Saab</option> <option>Mercedes</option> <option>Audi</option> <option>Saab</option> <option>Mercedes</option> <option>Audi</option> </optgroup>



library
html (48)