Definition and Usage¶
The <meta> element contains meta information about an NCL document. It is notused by the NCL player for the application presentation, but can be used for other NCL user agents.
The <meta> element specifies a single property-value pair.
Syntax¶
| Element | Attributes | Content | Parent |
|---|---|---|---|
| <meta> | name, content | -- | <body> or <context> |
Attributes¶
| Name | Value | Description |
|---|---|---|
| name | String. | Meta-data name. |
| content | String. | Meta-data value. |