HTML Level 1 and 2 Manual

Home | Element Index | Forms | Screens & Colours | GIFs | Layout | Compatibility


Element Index > Forms

<SELECT> Element

Category: Forms
Period: HTML 2.0 Level 2
Status: core

Description

Creates a selection list in a form.

Syntax

<SELECT NAME="section">
<OPTION>Home
<OPTION>Manual
</SELECT>

Attributes

NAME, SIZE, MULTIPLE.

Usage Guidelines

Common Mistakes

Example Code

<SELECT NAME="browser">
<OPTION>Lynx
<OPTION>Mosaic
<OPTION>Netscape
</SELECT>

Authoring Note

Write the document first, then test it in a graphical browser and a text browser. The page should remain understandable if images fail, colours are ignored, or the browser uses its own fonts.


Top | Home | All Elements

HTML Level 1 and 2 Manual.