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>Ma Première Page Web</h2> <p>Mon premier paragraphe.</p> <button type="button" onclick="document.write(5 + 6)">Essayez-le</button> </body> </html>