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