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> <h2>Code informatique</h2> <p>Certain code de programmation :</p> <code> x = 5; y = 6; z = x + y; </code> </body> </html>