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
Keep prying eyes away from seeing what you type such as passwords and sensitive codes by using the password field. http://www.codenique.com/html/forms/password.php
Hidden fields are a great way to pass along information that is embed into your forms that your user or visitor as well as the browser cannot change. http://www.codenique.com/html/forms/hidden.php
Learn how to add a button in a form that gives you more control, and can contain an image, and have the illusion of 3-dimensions as well. http://www.codenique.com/html/forms/button.php