Macaulay2 » Documentation
Packages » Text » Hypertext » KBD
next | previous | forward | backward | up | index | toc

KBD -- hypertext KBD item

Description

This HTML tag is used to define keyboard input.

i1 : html KBD "F11"

o1 = <kbd>F11</kbd>

This is rendered in the browser as F11.

See also

For the programmer

The object KBD is a markup type, with ancestor classes Hypertext < BasicList < Thing.


The source of this document is in Text.m2:616:0.