Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<body>
  Example of input type=range (Webkit, Opera) :<p>
  Quantity (between 1 and 5): <input type="number" name="quantity" min="1" max="5"/><p>
  
Try to change the different values for attributes step, max, min, value...
</body>
</html>
 
if (document.getElementById('hello')) {
  document.getElementById('hello').innerHTML = 'Hello World - this was inserted using JavaScript';
}
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers