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