Prev | Current Page 528 | Next

Craig Grannell

"The Essential Guide to CSS and HTML Web Design"


Defines a name for the element.
Specifies that multiple items can be
selected. If absent, only single
options can be selected. If included,
the select element displays as a
scrolling list rather than a dropdown
menu. The only value for this
attribute is multiple.
Disables the element. The only value
for this attribute is disabled.
Creates a drop-down menu or
scrolling list (depending on whether
multiple has been set). This
element is a container for option
and optional optgroup elements.
(see separate entries).
See also Chapter 8, ???Adding
controls.???
Defines the MIME type of the
scripting language, such as
text/javascript or text/vbscript.
This attribute is required.
type=MIME type
(required)
Provides the URL of an external
script.
Specifies the scripting language.
Superseded by the type attribute,
and no longer required. Cannot be
used in XHTML Strict.
language=encoding
(deprecated)
XHTML REFERENCE
437
A
Element Attribute Description Standard attributes
Core attributes,
language attributes
Core events
Core attributes,
language attributes
Core events
Core attributes,
language attributes
Core events
Core attributes,
language attributes
Core events

See also Chapter 2, ???Attaching CSS
files: The @import method.


Pages:
516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540