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