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