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