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