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