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