|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The TD Element - <td>
Description: Defines a cell element of a table
Example:
<table>
<tr>
<td>Cell 1</td>
</tr>
</table>
| Attributes |
| Name |
Value |
Description |
| 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
|
|