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> <head> <style> h6 { afficher: bloc; taille-de-police: .67em; margin-top: 2.33em; margin-bottom: 2.33em; margin-left: 0; margin-right: 0; font-weight: bold; } </style> </head> <body> <p>Un élément h6 est affiché comme ceci :</p> <h6>
Ceci est le titre 6
</h6> <p>Changez les paramètres CSS par défaut pour voir l'effet.</p> </body> </html>