Developing Webs logo
Google
Web DW-Main DW-Photoshop
Visit the message board for solutions or post a question Check out the Classes offered for free at Developing Webs Voice Chat submit a tutorial, resources, article, font for publication consideration and earn a one way link back to your site Get more specifics about the Developing Webs Voice chat room and its room members View the current news at Developing Webs alternative sites which are resources for your d3evelopment needs Join Developing Webs Chat Link to us on your web page to help support this resource! Check out Developing Webs At yahoo groups! Developing Webs Home Adobe Photoshop Tutorials Macromedia Flash Tutorials Jasc Paint Shop Pro Tutorials Adobe Illustrator Animation basics Some Basic PHP tutorials Perl Tutorials HTML Tutorials Cascading Style Sheets javascript Front Page Tutorials Macromedia Dream Weaver Tutorials dreamweaver Publishing your site, FTP, ChMod, Promotions
RSS Newsfeed
for your site
DW News
Calendar
DW Forum
Right click on button and copy shortcut

Add to My Yahoo!

Reminder
Remember to book mark this site!



Request a Tutorial

<SELECT>...</SELECT>

The Select Tag

 The <SELECT> and </SELECT> tags define the beginning and end
of a menu or scrolling list. The <OPTION> tag in the open form (only one
tag), is used in conjunction with select to indicate each of the selections
in the list.

Attributes

  • SELECTED: This attribute is used with the <OPTION> tag to indicate the
    default selection.

  • MULTIPLE: This attribute is used in the <SELECT> tag to allow multiple
    selections to be chosen from the list.

  • SIZE: This optional attribute is used in the <SELECT> tag to indicate how
    many items in the list are visible on the form itself.

  • NAME: This is used in the <SELECT> tag to indicate the name that is passed
    to the CGI script as part of the name/value pair.

  • VALUE: This is used in the <OPTION> tag to indicate the value to submit if
    this option is selected when the form is submitted.



Usage

Choose your favorite breakfast:
<SELECT NAME=“breakfast”>
<OPTION>Eggs
<OPTION>Pancakes
<OPTION>Waffles
<OPTION>Donuts
<OPTION>French Toast
</SELECT>

It Looks Like this

Choose your favorite breakfast:


"Building The Web Into a Nicer Place -- One Site At A Time"
Developing Webs Group Copyright © 2001-2026 All Rights Reserved
Privacy and Legal