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