| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class | 
Html5.LABEL
Html5 element  
<label>. | 
| Modifier and Type | Method and Description | 
|---|---|
default Html4.LABEL | 
Html4._label()
Build element  
<label>. | 
default Html4.LABEL | 
Html4._label(Object... children)
Build element  
<label> with children. | 
default Html4.LABEL | 
Html4._label(Runnable code)
Build element  
<label>; with it as the context parent, run `code`. | 
Html4.LABEL | 
Html4.LABEL.accesskey(CharSequence value)
Set attribute  
accesskey="{value}". | 
Html4.LABEL | 
Html4.LABEL.for_(CharSequence value)
Set attribute  
for="{value}". |