| Package | Description | 
|---|---|
| bayou.html | 
 For building html trees. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
default Html5.MARK | 
Html5._mark()
Build element  
<mark>. | 
default Html5.MARK | 
Html5._mark(Object... children)
Build element  
<mark> with children. | 
default Html5.MARK | 
Html5._mark(Runnable code)
Build element  
<mark>; with it as the context parent, run `code`. |