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