| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class | 
Html5.HTML
Html5 element  
<html>. | 
| Modifier and Type | Field and Description | 
|---|---|
protected Html4.HTML | 
Html4Doc.html
The <html> element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Html4.HTML | 
Html4Doc._html()
Return the <html> element. 
 | 
default Html4.HTML | 
Html4._html()
Build element  
<html>. | 
Html4.HTML | 
Html4Doc._html(Object... children)
Deprecated. 
 
Do not add more children to <html> 
 | 
default Html4.HTML | 
Html4._html(Object... children)
Build element  
<html> with children. | 
Html4.HTML | 
Html4Doc._html(Runnable code)
Deprecated. 
 
Do not add more children to <html> 
 | 
default Html4.HTML | 
Html4._html(Runnable code)
Build element  
<html>; with it as the context parent, run `code`. |