Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<input min="-10" max="10" step="0.1" type="range" value="-5"/>
<input max="50" min="10" step="2" type="range" value="7"/>
</body>
</html>