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