Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html lang="en-us">
<head>
<title>1080352</title>
</head>
<body>
<form id="form">
<input id='inputRange' type='range' step='10' min='0' max='50' value='20'><br>
<input id='inputNumber' type='number' step='10' min='0' max='500' value='30'><br>
<input type='reset'><br>
</form>
</body>
</html>