Help

Number Input

<input type="number"

min="0" max="100">

Valid input is between the min and max values

Up and down keys can modify the value.

Data Select

<select data="select.xml">

A select element may be empty. Options are loaded from the file specified by the data attribute.