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