<!DOCTYPE html>
<html>
<body>
<input type="range" id="test" value="100" min="80" max="140">
<input type="range" id="test2" value="50" min="0" max="150">
</body>
</html>
<!DOCTYPE html>
<html>
<body>
<input type="range" id="test" value="100" min="80" max="140">
<input type="range" id="test2" value="50" min="0" max="150">
</body>
</html>