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