Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <style> ol { afficher: bloc; list-style-type: décimal; marge-haut: 1em; marge-inférieure: 1em; margin-left: 0; margin-right: 0; padding-left: 40px; } </style> </head> <body> <p>Un élément ol est affiché comme ceci :</p> <ol> <li>Café</li> <li>Thé</li> <li>Lait</li> </ol> <p>Changez les paramètres CSS par défaut pour voir l'effet.</p> </body> </html>