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