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