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