Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>New input types</title>
</head>
<body>
  <form>
    <label for="color">Color:</label>
    <input type="color" name="color" id="color">
    
    <label for="time">Time:</label>
    <input type="time" name="time" id="time">
  
    <label for="number">Number:</label>
    <input type="number" name="number" id="number">
    
    <label for="date">Date:</label>
    <input type="date" name="date" id="date">
    
    <input type="submit" value="Submit">
  </form>
</body>
</html>
Output 300px

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

Dismiss x
public
Bin info
acacheungpro
0viewers