Forms are one of the most common things on websites these days. Almost every website has contact forms or search forms, and the HTML side of it is extremely easy.
All About Forms HTML / Forms
Forms are the most popular way to make web pages interactive. Like forms on paper, a form on a web page allows the user to enter requested information and submit it for processing. (Fortunately, forms on a web page are processed much faster.)
Forms Presentation HTML / Forms
You can keep your forms from slipping into mundanity by substituting the default gray submit button to a colourful graphic of your choosing. You can also use some simple bits of CSS to present your forms better: by adding backgrounds, borders and spacing.
Forms Accessibility HTML / Forms
Many readers find HTML forms quite difficult to deal with, what with all the different elements to fill in. There are a variety of methods you can use to guide your readers through a complicated form. Make sure you've read through the basic forms tutorial before tackling this.
Building Forms HTML / Forms
Forms are an essential part of how the Web is made interactive and useful. Forms are interactive because a form demands that you, the user, interact with it to perform some task. That task might be any number of important ones:
Forms in HTML HTML / Forms
In this tutorial I'm going to show you how to create forms, which are a great way to collect feedback from your site or if your creating a guestbook. FYI, HTML on it's own cannot create these, this is just the client side part (the forms), creating feedback forms or a guestbook would need to help of a server side language.
XHTML 1.0 Tutorials - Understanding Forms and Input Fields HTML / Forms
A collection of 25 FAQs/tutorials tips on XHTML forms and input fields. Clear answers are provided with tutorial exercises on forms and input fields: form elements and submission methods; input elements and input types like text, password, radio, checkbox, hidden, submit, file, image, button; dropdown lists and text areas; multiple forms.
Adding Forms to Your Page HTML / Forms
Get input from your viewers using forms for feedback. You'll need a couple of things, but they are explained before the tutorial begins.
HTML Form Tutorial HTML / Forms
HTML forms are a means of collecting information. People fill in a form and/or select something. Then they click a button. Forms don't actually process information. This tutorial is about how to make forms and how to send the information, but not how to process the information after it has been sent off.
Forms HTML / Forms
Learn how to receive visitor feedback, forms are very useful and are used for visitor feedback, guestbooks, surveys, ordering, and more.
Basic Forms HTML / Forms
This tutorial outlines the basic format of a html form and the most common form elements.Using simple HTML forms is a very slick way of receiving information from your visitors. You put a few boxes and buttons on your page, they enter in their details and you receive them through email - brilliant.
Web Page Forms HTML / Forms
This tutorial is intended to supplement my Perl/CGI and JavaScript tutorials. Web page forms were the first interactive capabilities made available to web developers, followed by the use of CGI scripts and more recently by the rise of JavaScript. All three can act in concert to create exciting, but more importantly, useful web pages.
Images In Forms HTML / Images
So you want an active image on your site that does not produce an hand cursor when you move over it with the mouse? It can be done, in MSIE at least!