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