HTML drop down or select box for Domain Extensions Options Get HTML and Database structure for the domain extensions select box The developers use these domain extensions drop-down for there HTML forms such as any registrations form, inquiry forms, and application form. This drop-down mostly uses the domain and hosting sales and resales companies in there business websites. Copy following HTML code in your webpage. <select name="domain_extensions" id="domain_extensions"> <option value=""> Domain Extensions </option> <option value="in">.in</option> <option value="com">.com</option> <option value="net">.net</option> <option value="org">.org</option> <option value="co.in">.co.in</option> <option value="co">.co</option> <option value="us">.us</option> <option value=&qu
HTML drop down or select box for prefix or English honorifics Many forms need to add or show the English honorifics. The uses of English honorifics select box in the billing software, hotel/restaurant software, GST filling the form and financial and banking software or web applications. Standard list of values for a contact's name prefix drop down box The English honorifics is used for small software/web application and also large software/web application in many sectors. Copy following HMTL code in your webpage. <select name="name_prefix" id="name_prefix"> <option value="Ms">Ms</option> <option value="Miss">Miss</option> <option value="Mrs">Mrs</option> <option value="Mr">Mr</option> <option value="Master">Master</option> <option value="Fr">Father (Fr)</option> <option value=