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