Summary:
A WML deck contains a collection of cards. The card element is a container of text and input elements that is sufficiently flexible to allow presentation and layout in a wide variety of devices, with a wide variety of display and input characteristics. A card can contain markup, input fields and elements indicating the structure of the card.
A card's id may be used as a fragment anchor.
Attributes:
| Name | Data type | Mandatory | Default | Description |
| xml:lang | String | X | The natural or formal language of the tag or its attributes | |
| 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 | |
| title | String | X | Specifies advisory information about the card. The title may be rendered in a variety of ways by the browser (suggested bookmark name, pop-up tooltip, etc.) | |
| newcontext | Boolean | X | FALSE | Indicates that the current browser context should be re-initialised upon entry to this card |
| ordered | Boolean | X | TRUE | Specifies a hint to the browser about the organisation of the card content. May be used to organise the content presentation or to otherwise influence layout of the card |
| onenterforward | HREF | X | The URI that is loaded when the user navigates into the card using a go task | |
| onenterbackward | HREF | X | The URI that is loaded when the user navigates back into the card using a prev task | |
| ontimer | HREF | X | The URI that is loaded when the timer expires |