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