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