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