Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Field and Description |
---|---|
protected Html5.HEAD |
Html5Doc.head
The <head> element.
|
Modifier and Type | Method and Description |
---|---|
Html5.HEAD |
Html5Doc._head()
Return the <head> element.
|
default Html5.HEAD |
Html5._head()
Build element
<head> . |
Html5.HEAD |
Html5Doc._head(Object... children)
Add children to the <head> element.
|
default Html5.HEAD |
Html5._head(Object... children)
Build element
<head> with children. |
Html5.HEAD |
Html5Doc._head(Runnable code)
Run `code` with the <head> element as the context parent.
|
default Html5.HEAD |
Html5._head(Runnable code)
Build element
<head> ; with it as the context parent, run `code`. |
Html5.HEAD |
Html5.HEAD.profile(CharSequence value)
Deprecated.
This attribute is deprecated in html5.
|