
Open Source Technology
Display keystrokes in an HTML document
On June 02,2022 by Tom RoutleyWhen writing documentations or tutorials in the HTML format, it can be useful to symbolize keystrokes with small graphics, for example when the user is prompted to press a certain key combination.
Here is a simple way to do this in HTML:
Tapez A ?Entrée
Which gives the following result:
Here's another example
Tapez A ?Entrée
Which gives the following result:
If you need other symbols or letters, refer to Unicode tables..
Leave a Reply