| Package | Description |
|---|---|
| bayou.html |
For building html trees.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Html5.ADDRESS
Html5 element
<address>. |
| Modifier and Type | Method and Description |
|---|---|
default Html4.ADDRESS |
Html4._address()
Build element
<address>. |
default Html4.ADDRESS |
Html4._address(Object... children)
Build element
<address> with children. |
default Html4.ADDRESS |
Html4._address(Runnable code)
Build element
<address>; with it as the context parent, run `code`. |