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