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> hr { afficher: bloc; margin-top: 0.5em; margin-bottom: 0.5em; marge-gauche: auto; marge-droite: auto; style-de-bordure: inset; largeur-de-bordure: 1px; } </style> </head> <body> <p>Un élément hr est affiché comme ceci :</p> <hr> <p>Changez les paramètres CSS par défaut pour voir l'effet.</p> </body> </html>