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