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>L'élément ins représente du texte inséré (ajouté).</p> <p>Mon préféré<ins>couleur</ins>est rouge.</p> </body> </html>