Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Class and Description |
---|---|
static class |
Html5.HEAD
Html5 element
<head> . |
Modifier and Type | Field and Description |
---|---|
protected Html4.HEAD |
Html4Doc.head
The <head> element.
|
Modifier and Type | Method and Description |
---|---|
Html4.HEAD |
Html4Doc._head()
Return the <head> element.
|
default Html4.HEAD |
Html4._head()
Build element
<head> . |
Html4.HEAD |
Html4Doc._head(Object... children)
Add children to the <head> element.
|
default Html4.HEAD |
Html4._head(Object... children)
Build element
<head> with children. |
Html4.HEAD |
Html4Doc._head(Runnable code)
Run `code` with the <head> element as the context parent.
|
default Html4.HEAD |
Html4._head(Runnable code)
Build element
<head> ; with it as the context parent, run `code`. |
Html4.HEAD |
Html4.HEAD.profile(CharSequence value)
Set attribute
profile="{value}" . |