HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

step

Description

The step attribute for HTML specifies the granularity to be matched by the form control's value.

Syntax

step="value"

Values

floating point number

A vaild floating point number greater than zero.

any

Any value. Default.

Examples

1 · HTML · floating point number

2 · HTML · any

3 · JS · floating point number

4 · JS · any