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