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