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