prog:html
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
prog:html [2024/03/12 08:12] – [Images] : ajout de sizes pour img root | prog:html [2024/11/03 23:33] (Version actuelle) – [Paragraphes] : oublie de / pour fermer un tag root | ||
---|---|---|---|
Ligne 148: | Ligne 148: | ||
<ul> | <ul> | ||
< | < | ||
- | <ul> | + | </ul> |
</li> | </li> | ||
- | <ol> | + | </ol> |
</ | </ | ||
<ol> | <ol> | ||
Ligne 156: | Ligne 156: | ||
<ul> | <ul> | ||
< | < | ||
- | <ul> | + | </ul> |
</li> | </li> | ||
- | <ol> | + | </ol> |
</ | </ | ||
Ligne 168: | Ligne 168: | ||
< | < | ||
< | < | ||
- | <dl> | + | </dl> |
</ | </ | ||
<dl> | <dl> | ||
Ligne 174: | Ligne 174: | ||
< | < | ||
< | < | ||
- | <dl> | + | </dl> |
</ | </ | ||
Ligne 342: | Ligne 342: | ||
Dans '' | Dans '' | ||
+ | |||
+ | * ''< | ||
+ | |||
+ | Il permet d' | ||
+ | |||
+ | <code html> | ||
+ | < | ||
+ | <source media=" | ||
+ | <source media=" | ||
+ | <img src=" | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ou encore : | ||
+ | |||
+ | <code html> | ||
+ | < | ||
+ | <source media=" | ||
+ | srcset=" | ||
+ | land-medium-car-image.jpg 600w, | ||
+ | land-large-car-image.jpg 1000w" | ||
+ | sizes=" | ||
+ | | ||
+ | | ||
+ | <source media=" | ||
+ | srcset=" | ||
+ | port-medium-car-image.jpg 1200w, | ||
+ | port-large-car-image.jpg 1600w" | ||
+ | sizes=" | ||
+ | | ||
+ | | ||
+ | <img src=" | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | [[https:// | ||
* ''< | * ''< | ||
Ligne 538: | Ligne 574: | ||
Il existe aussi ''< | Il existe aussi ''< | ||
+ | =====Données===== | ||
+ | |||
+ | * ''< | ||
+ | |||
+ | | <code html> | ||
+ | < | ||
+ | <tr> | ||
+ | < | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | < | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | <tr> | ||
+ | < | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | < | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Les entêtes '' | ||
+ | |||
+ | Il est aussi possible de fusionner les cellules et colonnes avec '' | ||
+ | |||
+ | | <code html> | ||
+ | < | ||
+ | <tr> | ||
+ | <th colspan=" | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th colspan=" | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th rowspan=" | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th colspan=" | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th rowspan=" | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | <tr> | ||
+ | <th colspan=" | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th colspan=" | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th rowspan=" | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th colspan=" | ||
+ | </tr> | ||
+ | <tr> | ||
+ | <th rowspan=" | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Enfin, il est possible de changer le style de chaque colonne avec '' | ||
+ | |||
+ | | <code html> | ||
+ | < | ||
+ | < | ||
+ | <col span=" | ||
+ | <col style=" | ||
+ | <col style=" | ||
+ | <col style=" | ||
+ | <col style=" | ||
+ | <col span=" | ||
+ | </ | ||
+ | <tr> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | <col span=" | ||
+ | <col style=" | ||
+ | <col style=" | ||
+ | <col style=" | ||
+ | <col style=" | ||
+ | <col span=" | ||
+ | </ | ||
+ | <tr> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </tr> | ||
+ | <tr> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | Utiliser ''< | ||
+ | |||
+ | Il est aussi possible de mettre les lignes d' | ||
+ | |||
+ | Enfin, il est possible d' | ||
+ | |||
+ | | <code html> | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <tr> | ||
+ | < | ||
+ | <th scope=" | ||
+ | </tr> | ||
+ | </ | ||
+ | < | ||
+ | <tr> | ||
+ | <th scope=" | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | < | ||
+ | <tr> | ||
+ | < | ||
+ | <th scope=" | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <tr> | ||
+ | < | ||
+ | <th scope=" | ||
+ | </tr> | ||
+ | </ | ||
+ | < | ||
+ | <tr> | ||
+ | <th scope=" | ||
+ | < | ||
+ | </tr> | ||
+ | </ | ||
+ | < | ||
+ | <tr> | ||
+ | < | ||
+ | <th scope=" | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | |||
+ | |||
=====Exemples===== | =====Exemples===== | ||
prog/html.1710227559.txt.gz · Dernière modification : 2024/03/12 08:12 de root