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