Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Enregistrer le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <body> <h1>L'attribut type de ol</h1> <ol type="I"> <li>Café</li> <li>Thé</li> <li>Lait</li> </ol> </body> </html>