| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class | 
Html5.THEAD
Html5 element  
<thead>. | 
| Modifier and Type | Method and Description | 
|---|---|
default Html4.THEAD | 
Html4._thead()
Build element  
<thead>. | 
default Html4.THEAD | 
Html4._thead(Object... children)
Build element  
<thead> with children. | 
default Html4.THEAD | 
Html4._thead(Runnable code)
Build element  
<thead>; with it as the context parent, run `code`. | 
Html4.THEAD | 
Html4.THEAD.align(CharSequence value)
Set attribute  
align="{value}". | 
Html4.THEAD | 
Html4.THEAD.char_(CharSequence value)
Set attribute  
char="{value}". | 
Html4.THEAD | 
Html4.THEAD.charoff(CharSequence value)
Set attribute  
charoff="{value}". | 
Html4.THEAD | 
Html4.THEAD.charoff(int value)
Set attribute  
charoff="{value}". | 
Html4.THEAD | 
Html4.THEAD.valign(CharSequence value)
Set attribute  
valign="{value}". |