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