| Package | Description |
|---|---|
| bayou.html |
For building html trees.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Html5.H3
Html5 element
<h3>. |
| Modifier and Type | Method and Description |
|---|---|
default Html4.H3 |
Html4._h3()
Build element
<h3>. |
default Html4.H3 |
Html4._h3(Object... children)
Build element
<h3> with children. |
default Html4.H3 |
Html4._h3(Runnable code)
Build element
<h3>; with it as the context parent, run `code`. |