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