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