HTML forms
Learn how to create interactive forms in your Web pages with the 'form' element.
Articles in HTML forms
Building HTML forms - Beginner Tutorial
Learn how to construct Web forms using the HTML 'form' element. This article introduces HTML forms, and shows you how forms are built and processed.
HTML forms - Text fields and text areas - Intermediate Tutorial
Learn how to use text fields and text areas within HTML forms.
HTML forms - Checkboxes, radio buttons and menus - Intermediate Tutorial
Learn how to allow your visitors to choose from a range of options within HTML forms, using checkboxes, radio buttons, and 'select' menus.
HTML forms - Hidden fields, password fields and file upload fields - Intermediate Tutorial
This tutorial looks at three HTML form field types: hidden fields, password fields, and file upload fields.
HTML form buttons - Intermediate Tutorial
Learn how to add buttons to your HTML forms. Buttons allow visitors to submit a form to your server for processing, and interact with your forms in other ways.
Creating accessible Web forms - Advanced Tutorial
Learn how to use fieldsets, legends, labels, tab order, and access keys to make your HTML forms more accessible and usable for your visitors.

