Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <title>A history of input</title>
</head>
<style>
</style>
<body>
  <h3><a href="http://tools.ietf.org/html/rfc1866">HTML 2</a> (1995)</h3>
  <input type="text" placeholder="text"><br>
  <input type="password" placeholder="password"><br>
  <br>
  
  <input type="checkbox" placeholder="checkbox"><br>
  <input type="radio" placeholder="radio"><br>
  <br>
  
  <input type="image">
  <input type="image" src="http://orig15.deviantart.net/ca17/f/2011/179/d/7/nyan_cat___cat_only_by_zephyris-d3kdjt2.gif"><br>
  <br>
  
  <input type="file"><br>
  <br>
  <input type="submit">
  <input type="submit" value="Hi!"><br>
  <br>
  
  <textarea>Textarea is the weirdest</textarea>
  
  <h3><a href="http://www.w3.org/TR/html401/">HTML 4</a> (2011)</h3>
  
  <input type="button"><input type="button" value="Submit"><br>
  
  <h3><a href="http://dev.w3.org/html5/spec/Overview.html">HTML 5</a> (2011)</h3>
  
  <input type="color"><br>
  <br>
  <input type="date"><br>
  <input type="time"><br>
  <input type="datetime"><br>
  <input type="datetime-local"><br>
  <br>
  <input type="month"><br>
  <input type="week"><br>
  <br>
  <input type="number"><br><br>
  <input type="range"><br><br>
  
  <input type="search" placeholder="search"><br><br>
  <input type="tel" placeholder="tel"><br>
  <input type="url" placeholder="url"><br>
  
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
notwaldorfpro
0viewers