| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
static class | 
Html5.ABBR
Html5 element  
<abbr>. | 
| Modifier and Type | Method and Description | 
|---|---|
default Html4.ABBR | 
Html4._abbr()
Build element  
<abbr>. | 
default Html4.ABBR | 
Html4._abbr(Object... children)
Build element  
<abbr> with children. | 
default Html4.ABBR | 
Html4._abbr(Runnable code)
Build element  
<abbr>; with it as the context parent, run `code`. |