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