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