Cycle de progression Faire (quelque chose qui marche) -> comprendre ce que l’on fait/comment cela marche -> pousser plus loin les notions
| REGIONS { width:200px; height:30px; background-color:Maroon; } REGION { display:block; } code_departement { color:Gray; } nom_departement { color:Red; } |
| <?xmlversion="1.0"encoding="UTF-8" ?> <?xml-stylesheettype="text/css" href="styles.css"?> <REGIONS> <REGION> <code_departement>03</code_departement> <nom_departement>Allier</nom_departement> </REGION> <REGION> <code_departement>06</code_departement> <nom_departement>Alpes Maritmes</nom_departement> </REGION> <REGION> <code_departement>21</code_departement> <nom_departement>Côte d'or</nom_departement> </REGION> <REGION> <code_departement>34</code_departement> <nom_departement>Hérault</nom_departement> </REGION> . . . etc. </REGIONS> |