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> <style> div { couleur de fond: #FFF4A3; } </style> <body> <h1>HTML DIV Exemple</h1> Lorem Ipsum <div>Je suis un div</div> dolor sit amet. <p>Le fond jaune est ajouté pour démontrer l'empreinte de l'élément DIV.</p> </body> </html>