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