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