Function moxie_dom::elements::text_semantics::kbd [−][src]
pub fn kbd() -> KbdBuilder
Expand description
The HTML Keyboard Input element (<kbd>
) represents a span of inline text denoting
textual user input from a keyboard, voice input, or any other text entry device.
A function for creating a builder which will accept attributes and produce the element.