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> <p><b>Ce texte est en gras</b></p> <p><i>Ce texte est en italique</i></p> <p>Ceci est<sub>
indice
</sub>et<sup>superscript</sup></p> </body> </html>