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