|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The TR Element - <tr>
Description: Defines a row in a table element.
Example:
<table>
<tr>
<td>Row 1, 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. |
Back to Tag Listing
|
|