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