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