Knowledge Walls
Venkatesan
Hyderabad, Andhra Pradesh, India
Passcode:
HEADER [cont'd]
MOUSE EVENTS [cont'd]
SELECT in FORM ELEMENTS of HTML 4
1898 Views
Usage 
The select is used to select items from drop down.
The disabled attribute is used to disable the drop down list.
The multiple attribute is used to slect multiple items at atime.
The size is used to show number of items need to be visible.
The Tabindex is used to order the list of items.
Example
<html>
<body>

<select multiple size="3" name="list">
  <option value="one" tabindex="2">one</option>
  <option value="two" tabindex="1">Two</option>
  <option value="Three" tabindex="4">Three</option>
  <option value="four" tabindex="3">Four</option>
</select>
 
</body>
</html>
Output 
Next Topics
Next lessons of current book.
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
Previous Topics
Previous lessons of current book.
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
FORM ELEMENTS of HTML 4
Best Lessons of "HTML 4"
Top lessons which are viewed more times.
TEXT FONT STYLE of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
COMPONENTS of HTML 4
FORM EVENTS of HTML 4
KEYBOARD EVENTS of HTML 4
COMPONENTS of HTML 4
  Copyright © 2014 Knowledge walls, All rights reserved
KnowledgeWalls
keep your tutorials and learnings with KnowledgeWalls. Don't lose your learnings hereafter. Save and revise it whenever required.
Click here for more details