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> .note { taille de police: 120%; couleur: rouge; } </style> </head> <body> <h1>Mon<span class="note">Important</span>
Titre
</h1> <p>Ceci est un peu<span class="note">important</span>texte.</p> </body> </html>