HTML Form Tags
Using the Form Tag
Part one in a tutorial on how to create forms in HTML - using the form tag.
What is the form tag and how can I use it?
Frequently asked questions about forms and how to use them.
Method Attribute of the Form Tag
Choosing the correct method attribute can mean the difference between a form that works and one that doesn't.
How to Use the Input Element
The input tag is the primary tag used for forms. Learn how to make the most of it. Part 2 in the HTML forms tutorial
The Input Tag
The most widely used form element is the <input> tag. Learn how to use it in all its manifestations.
readonly - HTML Attribute for Forms
A description of the HTML attribute readonly. Learn how to make HTML form controls read only so that your users can't change them.
The Textarea Tag
Learn how to use the textarea tag for large amounts of text and the select and option tags for drop-down menus. Part 3 of the HTML forms tutorial
The Select and Option Tags
Learn how to use the select tag and option tags for drop-down menus. Part 4 of the HTML forms tutorial.
The HTML Label Tag - Make Your Forms Accessible
Using the label tag to label HTML forms elements that don't have implicit labels gives you more control over the design and accessibility of your Web forms.
Form Tags
Learn how to use the various tags used in HTML forms. From the XHTML tag library.
The Submit Tag - Ways to Submit Forms
There is more than just the basic submit button for submitting forms to the Web server.
