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