Тег SELECT
SELECT
<SELECT
ACCESSKEY=string
ALIGN=ABSBOTTOM
| ABSMIDDLE | BASELINE | BOTTOM | LEFT | MIDDLE | RIGHT | TEXTTOP | TOP
DISABLED
CLASS=string
ID=string
LANG=string
LANGUAGE=JAVASCRIPT
| JSCRIPT | VBS | VBSCRIPT
MULTIPLE
NAME=string
SIZE=variant
STYLE=string
TABINDEX=integer
TITLE=string
event = script
>
Denotes a list box or dropdown list.
- ACCESSKEY=
- Specifies an accelerator for the element.
- ALIGN=
- Specifies the alignment for the control-like element.
- DISABLED
- Used to disable an element.
- CLASS=
- Specifies the class of the tag being defined. This is most often used to
associated a sub-classed style sheet with the tag.
- ID=
- An SGML identifier used as the target for hypertext links or for naming
particular elements in associated style sheets. Valid names to script with are
any alphanumeric string that begins with a letter. Valid special characters
include underbar "_".
- LANG=
- This specifies the language to use. The specifier is an ISO standard
language abbreviation.
- LANGUAGE=
- Specifies the language that the current script is written in. JavaScript is
the default for this attribute.
- MULTIPLE
- Indicates that multiple items in the list can be selected.
- NAME=
- Specifies the name of the control, bookmark, or applet.
- SIZE=
- Specifies the size of the control.
- STYLE=
- Specifies an in-line style sheet for the tag.
- TABINDEX=
- Sets the tabindex for the object.
- TITLE=
- The Title attribute is used to provide advisory information.
- event
- Can be one or more of these events:
onafterupdate onbeforeupdate
onblur onchange
onclick ondblclick
ondragstart onfocus
onhelp onkeydown
onkeypress onkeyup
onmousedown onmousemove
onmouseout onmouseover
onmouseup onresize
onrowenter onrowexit
onselectstart
Both the start and end tags are required.