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 eye


Versions (?)


Eye Color Drop Down List for a Web Form


Published in: HTML 


A drop down list of eye colors for an online form.

  1. <option>Black</option>
  2. <option>Blue</option>
  3. <option>Brown</option>
  4. <option>Gray</option>
  5. <option>Green</option>
  6. <option>Hazel</option>
  7. <option>Maroon</option>
  8. <option>Pink</option>
  9. <option>Multicolored</option>
  10. <option>Other</option>
  11. </select>

Report this snippet 

You need to login to post a comment.