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