| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Html5.MAP | 
Html5._map()
Build element  
<map>. | 
default Html5.MAP | 
Html5._map(Object... children)
Build element  
<map> with children. | 
default Html5.MAP | 
Html5._map(Runnable code)
Build element  
<map>; with it as the context parent, run `code`. | 
Html5.MAP | 
Html5.MAP.name(CharSequence value)
Set attribute  
name="{value}". |