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> body { image-de-fond: url(w3s.png); } </style> </head> <body> <h1>Bonjour le monde !</h1> <p><a href="https://www.w3schools.com/">Visitez W3Schools.com!</a></p> </body> </html>