| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class | 
Html5.CAPTION
Html5 element  
<caption>. | 
| Modifier and Type | Method and Description | 
|---|---|
default Html4.CAPTION | 
Html4._caption()
Build element  
<caption>. | 
default Html4.CAPTION | 
Html4._caption(Object... children)
Build element  
<caption> with children. | 
default Html4.CAPTION | 
Html4._caption(Runnable code)
Build element  
<caption>; with it as the context parent, run `code`. |