In creating a form with a  pull-down menu, and naming the various entries ( 
<select> shown below),
are there best practices for the number of characters in value="name"  ?

The tutorial I followed went with 2- and 3-character names. Can I use 4, 5, 6 
characters if that will help me to keep everything straight?

Thanks!

John

<select>
<option value="app">Apples</option>
<option value="ora">Oranges</option>
<option value="lem">Lemons</option>
</select>
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to