Perusoe's Testing Grounds

Testing

Keyboard Text

If I want to show Shift as a keyboard key I would type:

<kbd>Shift</kbd>

Which would produce:

Shift

If I want to show Ctrl + Alt + Del as keyboard keys I would type:

<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Del</kbd>

Which would produce:

Ctrl + Alt + Del

Hmm… that actually worked.

But, if I wanted to type a sentence that said: Type `, paste your URL and then type ` again I would type:

Type <kbd>`</kbd>, paste your URL and then type <kbd>`</kbd> again.

Which produces this:

Type </kbd>, paste your URL and then type <kbd> again.

:stuck_out_tongue: