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> p { image-de-fond: url("paper.gif"); } </style> </head> <body> <h1>Bonjour le monde !</h1> <p>
Ce paragraphe a une image comme arrière-plan !
</p> </body> </html>