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