Exécuter
❯
Exécuter le code
Ctrl+Alt+R
Sauvegarder le code
Ctrl+Alt+A
Changer d'orientation
Ctrl+Alt+O
Changer de thème
Ctrl+Alt+D
<!DOCTYPE html> <html> <head> <style> h1 { text-align: center; } h2 { text-align: gauche; } h3 { text-align: droite; } </style> </head> <body> <h1>
Titre 1
</h1> <h2>
En-tête 2 (gauche)
</h2> <h3>
Désignation 3 (droite)
</h3> <p>Les trois titres ci-dessus sont alignés au centre, à gauche et à droite.</p> </body> </html>