Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Html5.BASE
Html5 element
<base> . |
Modifier and Type | Method and Description |
---|---|
default Html4.BASE |
Html4._base()
Build element
<base> . |
Html4.BASE |
Html4.BASE.href(CharSequence value)
Set attribute
href="{value}" . |
Html4.BASE |
Html4.BASE.target(CharSequence value)
Set attribute
target="{value}" . |