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