This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

range

Summary

An input field for setting a number value that falls in a given range.

Overview Table

DOM Interface
HTMLInputElement

Notes

Remarks

If the range control isn’t supported in a browser, it will display the value as a normal text field. Note For code samples, see Form controls part 1 and Form controls part 2: validation on the Windows Internet Explorer sample site.

Standards information

Members

The input type=range object has these types of members:

  • [#properties Properties]

Properties

The input type=range object has these properties. {

See also

Related pages

  • Reference
  • input

Attributions