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