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