|
Newsletters
|
|
|
|
|
WML Tag Reference
WML Tag Reference
Bookmark this page
The A Element - <a>
Description: A short form for the <anchor> element. It is recommended to use the <a> tag as opposed to the <anchor> tag.
Example:
<a href = "there">go</a>
| Attributes |
| Name |
Value |
Description |
| href |
HREF |
REQUIRED. Defines the location the browser loads when the link is selected. |
| accesskey |
CDATA |
IMPLIED. Assigns an access key to the element. |
| title |
CDATA |
IMPLIED. Text identifier for the element. |
| xml:lang |
NMTOKEN |
IMPLIED. Specifies the natural or formal language of an element. |
| class |
CDATA |
Associates the element with a defined class. |
| id |
ID |
Sets the unique name for the element. |
Back to Tag Listing
|
|