Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</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> Save the document by pressing <kbd> <kbd>Ctrl</kbd>+<kbd>S</kbd> </kbd>. </p> <p> Create a new document by pressing <kbd> <kbd class="key">Ctrl</kbd>+<kbd class="key">N</kbd> </kbd>. </p> </body> </html>