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