Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Html5.STYLE
Html5 element
<style> . |
Modifier and Type | Method and Description |
---|---|
default Html4.STYLE |
Html4._style()
Build element
<style> . |
default Html4.STYLE |
Html4._style(Object... children)
Build element
<style> with children. |
default Html4.STYLE |
Html4._style(Runnable code)
Build element
<style> ; with it as the context parent, run `code`. |
Html4.STYLE |
Html4.STYLE.media(CharSequence value)
Set attribute
media="{value}" . |
Html4.STYLE |
Html4.STYLE.type(CharSequence value)
Set attribute
type="{value}" . |