Form Examples

This page shows the various forms available in HTML - not all browsers support all input types - you are advised to view using a range of browsers to ascertain which browser support which controls.

View the source code for this page to identify the element name and how to configure it.

Standard Input types (Good support across all main browsers)

Files can only be sent in forms where the method is set to POST

For radio buttons to be exlusively selectable, the name attribute for each one must share the same value

Clicking an image input will submit values of x and y corresponding to the position within the image that was clicked.

Other elements used on forms (Good support across all main browsers)
Further input types added in HTML 5 (Support varies across browsers)