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