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