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