Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.KBD |
Html5._kbd()
Build element
<kbd> . |
default Html5.KBD |
Html5._kbd(Object... children)
Build element
<kbd> with children. |
default Html5.KBD |
Html5._kbd(Runnable code)
Build element
<kbd> ; with it as the context parent, run `code`. |