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