| Package | Description |
|---|---|
| bayou.html |
For building html trees.
|
| Modifier and Type | Method and Description |
|---|---|
default Html5.LEGEND |
Html5._legend()
Build element
<legend>. |
default Html5.LEGEND |
Html5._legend(Object... children)
Build element
<legend> with children. |
default Html5.LEGEND |
Html5._legend(Runnable code)
Build element
<legend>; with it as the context parent, run `code`. |
Html5.LEGEND |
Html5.LEGEND.accesskey(CharSequence value)
Set attribute
accesskey="{value}". |