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