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