Path // www.yourhtmlsource.com ā†’ FORMS

Forms


Forms are a very simple way to allow your visitors to send you simple information, whether it be for feedback purposes, subscription or purchase information, or any of the many other uses of forms.

Basic Forms
This tutorial outlines the basic format of a html form and the most common form elements.

Forms Accessibility
There are a number of tags and tricks (some from HTML 4.0) that you can combine to make your forms easy to use for all readers.

Forms Presentation
CSS can add some colour into your forms, and instead of using the usual gray submit button at the end, you can finish off your forms with any image you want.

Clearing Default Text
This is a neat trick using a little bit of JavaScript. It allows you to pre-fill some text into a text box, and make it disappear when a user clicks on the box.


ELSEWHERE

Other HTML Source articles that would be in this section if they weren’t already somewhere else...