Learn how to group related tags in a form to make your web pages more accessible to nonvisual browsers. http://www.codenique.com/html/forms/fieldset.php
Give your fiedset tag better accessibility to nonvisual browsers, for people with disabilities by using the legend tag. http://www.codenique.com/html/forms/legend.php
Adding a drop down menu to your web page is a perfect way for giving your users and visitors a choice to choose from a given set of options. http://www.codenique.com/html/forms/drop_down_menu.php
In this drop down menu you can have a pre-selected option that your users and visitors can deselect if they wish. http://www.codenique.com/html/forms/another_drop_down_menu.php
Now if you have a large drop down menu with many options you may want to group your options into categories using the optgroup tag. http://www.codenique.com/html/forms/optgroup.php
Now the input type file tag is a great way to allow your users and visitors to upload files to your server. http://www.codenique.com/html/forms/upload.php