<html> <body> <input type="range" min="1" max="100" value="50" /><br /> <input type="range" min="1" max="100" value="50" /> </body></html>
1234567