HTML - Forms Tutorials
Tutorials Shared by the Internet Community
Advertisements
| Top Tutorials | New Tutorials | Submit | Login | Register |
Found 37 Tutorials |
|
Most Recent Tutorials |
-
HTML Tutorials
Learn more about creating php forms on your website
http://phpforms.net/tutorial.html
-
Creating Online Quizzzes with Google Docs for Free
Step-by-step illustrations to create fancy online quizzes with Google Docs.
http://www.quiz-creator.com/blog/2009/09/making-online-quiz-with-google-docs-1-creating-qu...
-
How To Create A Simple Form
Learn the basics of creating a form to interact with your users.
http://www.codenique.com/html/forms/simple.php
-
What Is A Fieldset Tag...
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
-
What Is A Legend Tag...
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
-
How To Add A Bigger Text Box
Give your users and visitors the option of typing what they want by adding a textbox to your form.
http://www.codenique.com/html/forms/text_box.php
-
How To Add A Simple Drop Down Menu
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
-
Another Drop Down Menu
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
-
Adding The Optgroup Tag
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
-
How To Add A Scrolling List
Learn how to turn your drop down menu into a scrolling list.
http://www.codenique.com/html/forms/scroll.php
-
How To Add Radio Buttons
The radio buttons are a great way to allow your users and visitors only one selectable choice.
http://www.codenique.com/html/forms/radio.php
-
How To Add Checkboxes
Give your users and visitors the option of selecting as many choices as they wish.
http://www.codenique.com/html/forms/checkboxes.php
-
How To Add Image Buttons
Image buttons are a great way to create submit buttons using images.
http://www.codenique.com/html/forms/image_buttons.php
-
Allowing Your Users To Upload Files
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
-
How To Add Password Type Text
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
-
Adding Hidden Fields
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
-
Adding The Label Tag
The label tag is a great way to assign an informative label to form controls.
http://www.codenique.com/html/forms/label.php
-
How To Add A Button Tag
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
-
How To Add The Keygen Tag
Use the keygen tag in an HTML or XHTML form if you need to process web forms with certificate management systems.
http://www.codenique.com/html/forms/keygen.php
-
Setting The Tab Order
Learn how to set the tab order in which users and visitors navigate through your web page.
http://www.codenique.com/html/forms/tab.php
-
Stop Users From Changing Information
Stop your users or visitors from changing your information like your privacy policy when they register for your web site.
http://www.codenique.com/html/forms/stop.php
-
Forms Presentation
CSS can add some colour into your forms, and instead of using the usual gray submit button at the end
http://www.yourhtmlsource.com/forms/formspresentation.html


