Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Method and Description |
---|---|
default Html5.LI |
Html5._li()
Build element
<li> . |
default Html5.LI |
Html5._li(Object... children)
Build element
<li> with children. |
default Html5.LI |
Html5._li(Runnable code)
Build element
<li> ; with it as the context parent, run `code`. |
Html5.LI |
Html5.LI.value(CharSequence value)
Set attribute
value="{value}" . |