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