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