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