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