|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The Table Element - <table>
Description: Defines a table for formatting of visable elements.
Example:
<table columns="4" align="C">
| Attributes |
| Name |
Value |
Description |
| title |
CDATA |
IMPLIED. Text identifier for the element. |
| align |
(C|L|R) |
Specifies the alignment of the table. |
| columns |
number |
Specifies the number of columns for the table. |
| id |
ID |
Sets the unique name for the element. |
| class |
CDATA |
Associates the element with a defined class. |
| xml:lang |
NMTOKEN |
IMPLIED. Specifies the natural or formal language of an element. |
Back to Tag Listing
|
|