HTML


Auswahleintrag

Definiert einen Eintrag für die Auswahlliste.

Symbol:
HTML-Version: Ab 2.0



Tag
<option>

Attribute
value="Bezeichnung des Eintrages"Absendewert
selectedStatus



Beispiel:
Ihr Browser:<select><option value="netscape" selected>Netscape Navigator®<option value="iexplorer">Internet Explorer®<option value="opera">Opera®</select>