Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> kbd.key { padding: 1px 2px 0; border-radius: 3px; border: 1px solid #666; border-color: #990000; font-family: monospace; } </style> </head> <body> <p>Speichern Sie das Dokument mit <kbd><kbd>Ctrl</kbd>+<kbd>S</kbd></kbd>.</p> <p>Erstellen Sie ein neues Dokument mit <kbd><kbd class="key">Ctrl</kbd>+<kbd class="key">N</kbd></kbd>. </p> </body> </html>