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