<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<HTML>
<HEAD>
<TITLE>HTML 2.0 DTD: SELECT element</TITLE>
</HEAD>
<BODY>
<H1>SELECT</H1>
<p>
The <SELECT> element constrains the form field to an enumerated list
of values. The values are given in <OPTION> elements.
</p>
<p>Example:</p>
<pre>
<SELECT NAME="flavor">
<OPTION>Vanilla
<OPTION>Strawberry
<OPTION value="RumRasin">Rum and Raisin
<OPTION selected>Peach and Orange
</SELECT>
</pre>
<p>
The initial state has the first option selected, unless a SELECTED
attribute is present on any of the <OPTION> elements.
</p>
<HR>
<H2>Content</H2>
<UL>
<LI><A HREF="option.html"><STRONG>option</STRONG></A> -- A selection option
</LI>
</UL>
<H3>Exclusions</H3>
<UL>
<LI><A HREF="input.html"><STRONG>input</STRONG></A> -- Form input datum
</LI>
<LI><A HREF="select.html"><STRONG>select</STRONG></A> -- Selection of option(s)
</LI>
<LI><A HREF="textarea.html"><STRONG>textarea</STRONG></A> -- An area for text input
</LI>
</UL>
<HR>
<P>
<A HREF="select.attr.html"><STRONG>ATTRIBUTES</STRONG></A><BR>
<A HREF="select.cont.html"><STRONG>CONTENT DECLARATION</STRONG></A>
</P>
<DL>
<DT><STRONG>Tag Minimization</STRONG><DD>
Open Tag: <EM>REQUIRED</EM><BR>
Close Tag: <EM>REQUIRED</EM><BR>
</DL>
<HR>
<H2>Parent Elements</H2>
<UL COMPACT>
<LI><A HREF="form.html"><STRONG>form</STRONG></A> -- Fill-out or data-entry form
</LI>
</UL>
<HR>
<P>
<A HREF="TOP-ELEM.html"><STRONG>Top Elements</STRONG></A>
<BR>
<A HREF="ALL-ELEM.html"><STRONG>All Elements</STRONG></A>
<BR>
<A HREF="ENTS.html"><STRONG>General Entities</STRONG></A><BR>
<A HREF="DTD-TREE.html#select"><STRONG>Tree</STRONG></A>
</P>
<HR>
<ADDRESS>
<A HREF="DTD-HOME.html">HTML 2.0 DTD</A>
</ADDRESS>
</BODY>
</HTML>