|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The Fieldset Element - <fieldset>
Description: Allows grouping of related fields and text.
Example:
<fieldset title="Name">
First name:<input type="text" name="uname"/>
</fieldset>
| Attributes |
| Name |
Value |
Description |
| title |
CDATA |
IMPLIED. Text identifier for the element. |
| 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
|
|