javascript
Brief description  about Online courses   join in Online courses
View Sandeep  Kumar 's Profile

DROP DOWN

Code:
<select name=color>
<option value="red">Red</option>
<option value="green">Green</option>
<option value="blue">Blue</option>

In this code what is the use of /name=color/ and /option value="red"/"green"/..../

What will be effect on the output if i don't use these.
Asked by Sandeep Kumar | Jan 21, 2013 |  Reply now
Replies (0)