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