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