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