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