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