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