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