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