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> <head> <style> p { bordure: 1px solide rouge; } strong { bordure: hériter; } </style> </head> <body> <h1>Le mot-clé inherit</h1> <p>Ceci est un paragraphe avec quelques<strong>important</strong>texte.</p> </body> </html>