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