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