Summary:
The meta element contains generic meta-information relating to the WML deck. Meta-information is specified with property names and values. This specification does not define any properties, nor does it define how browsers must interpret meta-data.
Attributes:
| Name | Data type | Mandatory | Default | Description |
| id | String | X | A unique name for the tag within the deck | |
| class | String | X | A name of a class of which the tag is a member | |
| http-equiv | String | X | May be used in place of name and indicates that the property should be interpreted as an HTTP header. | |
| name | String | X | Specifies the property name. The browser must ignore any meta-data named with this attribute. Servers should not emit WML content containing meta-data named with this attribute. | |
| forua | Boolean | X | Specifies that the author intended the property to reach the browser. In the case where the user agent supports the meta-data mechanism, and the property has its forua attribute set to true, the meta-data must be delivered to the browser. | |
| content | String | This attribute specifies the property value. | ||
| scheme | String | X | This attribute specifies a form or structure that may be used to interpret the property value. Scheme values vary depending on the type of meta-data. |