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