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