<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
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |