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> kbd { border-radius: 2px; padding: 2px; bordure: 1px solide noir; } </style> </head> <body> <h1>L'élément kbd + CSS</h1> <p>Appuyez<kbd>Ctrl</kbd>It seems that there is no text provided for translation. Please provide the text you would like to have translated into French, and I'll be happy to assist you!<kbd>C</kbd>pour copier du texte (Windows).</p> <p>Appuyez<kbd>Cmd</kbd>It seems that there is no text provided for translation. Please provide the text you would like to have translated into French, and I'll be happy to assist you!<kbd>C</kbd>pour copier du texte (Mac OS).</p> </body> </html>