HTML Forms

Home » HTML (455) » Forms (55)

AWESOME USER REGISTRATION FORM
In this tutorial I will show you how you can create pretty, sleek looking user registration form by using html5/css3 combined with powerful jquery library for the validation part.

Email Tag in HTML5
Learn how to allow your users to enter an email address to your web pages forms using HTML5

HTML5 DropDown List
Learn how to create a set list of selectable options for the input field, which will act like an auto-complete function and more using HTML5

Learn How To Let Your Users Enter A Web Pages URL Address To Your Forms Using HTML5
Learn How To Let Your Users Enter A Web Pages URL Address To Your Forms Using HTML5

How To Add Focus To A Form Control When The Web Page Is Loaded Using HTML5
Learn how to display a form control with focus when a page loads with HTML5 using autofocus tag.

How To Add A Color Picker Using The input Element In HTML5
Learn how to add a color picker to your web pages using HTML5.

How To Add Placeholder Text Inside The input And textarea Elements Using HTML5
First off what is placeholder text? Placeholder text is alternate hint text, word or short phrase to help the user enter the correct data.

Banish JavaScript in Web Forms with HTML5
Learn how to use HTML5 form elements to add rich widgets and validate forms without needing to use JavaScript. Full example and code download included.

Creating Accessible Forms
Learn how to use fieldsets, legends, labels, tab order, and access keys to make your HTML forms more accessible and usable for your visitors.

HTML Text and Textarea Form Fields
Learn how to use text fields (for single lines of text) and textarea fields (for multiple lines of text) within HTML forms.

HTML Forms - Hidden, Password and File Upload Fields
This tutorial looks at three HTML form input types: hidden fields, password fields, and file upload fields.

HTML Checkboxes, Radio Buttons and Select Form Fields
Learn how to add checkboxes, radio buttons, and 'select' menus to HTML forms.

Form Buttons
Learn how to add HTML buttons to your forms. Buttons allow visitors to submit a form to your server for processing, and interact with your forms in other ways.

HTML Forms
Learn how to construct HTML forms using the 'form' element. This article introduces HTML forms, and shows how forms are built and processed.

Alternatives to WYSIWYG Editors
Explores the Textile and Markdown lightweight markup languages, and shows how to use them as an alternative to WYSIWYG HTML editors.

Rethinking Forms in HTML5
While there are many changes for the better in the HTML5 specification, there is no better bang for the buck for the data driven website than the transformation of forms. These simple changes will transform how you enter, validate, process, and even display inputs. You will be able to create more usable web applications with less code and less confusion.

Modal Windows on the Web
Web design has come a long way from just creating HTML documents. It is essentially the art of presenting information in a readable, useable and functional manner. Numerous interface elements can be used to achieve the goal, including tabbed layouts, paginated view and modal windows. This article examines the different uses of modal windows.

How To Add A Caption To Related Form Controls And Text In The fieldset Tag using legend tag
Learn how to give your fieldset tags better accessibility to nonvisual browsers, for people with disabilities as well as how to group related form controls and text by using the legend tag.

How To Group Related Items In A From Using The fieldset Tag
Learn how to group related tags in a form to make your web pages more accessible to nonvisual browsers by using the HTML or XHTML fieldset tag in this easy to learn tutorial.

How To Create A Simple Form Using The "form" Tag
Learn the basics of creating a form to interact with your users using the HTML or XHTML "form" tag in this easy to learn tutorial.

Home » HTML (455) » Forms (55)