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> ...
This blog is for web developers, software developers, and other users to use the HTML code in their applications. We are providing the different types of select boxes with there values and database structure. The select box like gender, marital status, payment methods and many more with their meaning. It helps to direct copy and paste the HTML dropdown code and uses in the web application.