| Package | Description |
|---|---|
| bayou.html |
For building html trees.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Html5.META
Html5 element
<meta>. |
| Modifier and Type | Method and Description |
|---|---|
default Html4.META |
Html4._meta()
Build element
<meta>. |
Html4.META |
Html4.META.content(CharSequence value)
Set attribute
content="{value}". |
Html4.META |
Html4.META.http_equiv(CharSequence value)
Set attribute
http-equiv="{value}". |
Html4.META |
Html4.META.name(CharSequence value)
Set attribute
name="{value}". |
Html4.META |
Html4.META.scheme(CharSequence value)
Set attribute
scheme="{value}". |