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