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