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