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