Forms example

These forms don't actually do anything! They just illustrate the form elements we saw in the lectures.

One
Two
Three

Small
Med
Large


There follows a few form elements that were introduced for HTML5 and might not be consistently supported by all browsers.

Input a number:

Input a range (user doesn't see the numeric result):

Date and time fields:

Data list:

Colour:

Some other new elements are covered at this site.


Valid HTML 5!