We Recommend

HTML: The Definitive Guide HTML: The Definitive Guide
They teach you that learning HTML is like learning any other language and that reading a book of rules can only take you so far. Readers begin writing what may be their first Web page just two pages into the book's second chapter. From there on, they provide a wide range of HTML coding to allow readers to learn from good examples. The book includes a handy "cheat sheet" of HTML codes for quick reference.


Posted By

jonhenshaw on 01/27/08


Tagged

form dropdown list color drop down hair


Versions (?)


Hair Color Drop Down List for a Web Form


Published in: HTML 


A drop down list of hair color for an online form.

  1. <option>Brown</option>
  2. <option>Black</option>
  3. <option>White</option>
  4. <option>Sandy</option>
  5. <option>Gray or Partially Gray</option>
  6. <option>Red/Auburn</option>
  7. <option>Blond/Strawberry</option>
  8. <option>Blue</option>
  9. <option>Green</option>
  10. <option>Orange</option>
  11. <option>Pink</option>
  12. <option>Purple</option>
  13. <option>Partly or Completely Bald</option>
  14. <option>Other</option>
  15. </select>

Report this snippet 

Comments

RSS Icon Subscribe to comments
Posted By: Moyo on January 27, 2008

I 'actually' used this in a form... thanks for putting it out there, saved me time :)

Posted By: sparshdesigner on February 7, 2008

it's really useful.....

You need to login to post a comment.