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