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