<SPAN>
SPAN Tag
Synopsis
<SPAN>...</SPAN>
Attributes
CSPText Attributes
Attribute | Description | Value |
---|---|---|
ARG1 | Replaces %1 in the message text. | A string. |
ARG2 | Replaces %2 in the message text. | A string. |
ARG3 | Replaces %3 in the message text. | A string. |
ARG4 | Replaces %4 in the message text. | A string. |
DOMAIN | The optional application domain for looking up this text. %response.Domain is used if not specified. | A string. |
LANGUAGE | The optional RFC 1766 format language name for looking up this text. %response.Language is used if not specified. | A string. |
TEXTID | The text string identifier within the domain. | A string. |
Core Attributes
Attribute | Description | Value |
---|---|---|
CLASS | Space-separated list of classes. | A string. |
ID | Unique identifier. | A string. |
STYLE | Associated style info. | A string. |
TITLE | Advisory title. | A string. |
Event Attributes
Attribute | Description | Value |
---|---|---|
ONCLICK | A pointer button was clicked. | JavaScript code. |
ONDBLCLICK | A pointer button was double clicked. | JavaScript code. |
ONKEYDOWN | A key was pressed down. | JavaScript code. |
ONKEYPRESS | A key was pressed and released. | JavaScript code. |
ONKEYUP | A key was released. | JavaScript code. |
ONMOUSEDOWN | A pointer button was pressed down. | JavaScript code. |
ONMOUSEMOVE | A pointer was moved within. | JavaScript code. |
ONMOUSEOUT | A pointer was moved away. | JavaScript code. |
ONMOUSEOVER | A pointer was moved onto. | JavaScript code. |
ONMOUSEUP | A pointer button was released. | JavaScript code. |
Lang Attributes
Attribute | Description | Value |
---|---|---|
DIR | Direction for weak/neutral text. | “ltr”, or “rtl”. |
LANG | Language code. | A string. |
Description
SPAN Tag