tl  tr
  Home | Tutorials | Articles | Videos | Products | Tools | Search
Interviews | Open Source | Tag Cloud | Follow Us | Bookmark | Contact   
 HTML > Basic > Select Tag

Select Tag 

The following example shows using select tag. Attribute multiple="multiple" allows us to select multiple options from the select box and size specifies the number of select options to display.

File Name  :  
source/HTML/basic_tags/select_tag.html 

It gives the following output,
File Name  :  
source/HTML/basic_tags/select_tag.html 

Select Tag

Basic Select Tag :


Select Tag with Size 4 and multi-select :


Select Tag with option group :



 
  


  
bl  br