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