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