|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The Meta Element - <meta>
Description: Contains generic meta-information for the deck. A <meta> element must contain exactly one attribute specifing a property name.
Example:
<head>
<meta content="charset" name="character-set=ISO-10646-UCS-2" />
</head>
| Attributes |
| Name |
Value |
Description |
| http-equiv |
CDATA |
May be used in place of name and indicates that the property should be interpreted as an HTTP header. |
| name |
NMTOKEN |
Specifies the name of the event binding. |
| forua |
BOOLEAN |
If FALSE, an intermediate agent MUST remove the meta element before the document is sent to the client. |
| content |
CDATA |
Specifies the property value. |
| scheme |
CDATA |
Specifies a form or structure that may be used to interpret the property value. |
Back to Tag Listing
|
|