Package | Description |
---|---|
bayou.html |
For building html trees.
|
Modifier and Type | Field and Description |
---|---|
protected Html5.BODY |
Html5Doc.body
The <body> element.
|
Modifier and Type | Method and Description |
---|---|
Html5.BODY |
Html5Doc._body()
Return the <body> element.
|
default Html5.BODY |
Html5._body()
Build element
<body> . |
Html5.BODY |
Html5Doc._body(Object... children)
Add children to the <body> element.
|
default Html5.BODY |
Html5._body(Object... children)
Build element
<body> with children. |
Html5.BODY |
Html5Doc._body(Runnable code)
Run `code` with the <body> element as the context parent.
|
default Html5.BODY |
Html5._body(Runnable code)
Build element
<body> ; with it as the context parent, run `code`. |