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> <p>Une ligne horizontale normale :</p> <hr> <p>Avec CSS :</p> <hr style="height:2px;border-width:0;color:gray;background-color:gray"> </body> </html>