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