<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<style>
#mtd{
font:normal small-caps 900 X-large 고딕,
arial,serif;height:50px;
}
.mtdc{background-color:aqua;}
.mtrc{background-color:lime;}
.text1{letter-spacing:5px;}
.text2{word-spacing:30px;}
.text3{letter-spacing:5px; word-spacing:30px;}
.text4{line-height:200%;}
.text5{text-align:center;}
.text6{text-align:justify;}
.text7{text-align:left;}
.text8{vertical-align:baseline;}
.text9{vertical-align:super;}
.text10{vertical-align:sub;}
.text11{vertical-align:top;}
.text12{vertical-align:middle;}
.text13{vertical-align:bottom;}
.text14{text-indent:50px;}
.text15{text-indent:25%;}
.text16{text-decoration:overline;}
.text17{text-decoration:line-through;}
.text18{text-decoration:underline;}
.text19{text-decoration:blink;}
.text20{text-decoration:overline;}
.text21{text-transform:capitalize;}
.text22{text-transform:uppercase;}
.text23{text-transform:lowercase;}
</style>
<table width = "100%" border = "1" style = "border-collapse:collapse;">
<tr class = "mtrc">
<td colspan = "3">normal</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr class = "mtrc">
<td colspan = "3">.text1{letter-spacing:5px;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text1 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text2{word-spacing:30px;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text2 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text3{letter-spacing:5px; word-spacing:30px;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text3 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">normal</td>
</tr>
<tr>
<td width = "25%"></td><td class = "mtdc" colspan = "2">
Hello text attribute<br />
Hello text attribute<br />
Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text4{line-height:200%;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtdc" class = "text4 mtdc" colspan = "2">
Hello text attribute<br />
Hello text attribute<br />
Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text5{text-align:center;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text5 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text6{text-align:justify;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text6 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text7{text-align:left;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text7 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text6 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text8{vertical-align:baseline;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text8 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text9{vertical-align:super;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text9 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text10{vertical-align:sub;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text10 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text11{vertical-align:top;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text11 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text12{vertical-align:middle;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text12 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text13{vertical-align:bottom;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text13 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text14{text-indent:50px;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text14 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text15{text-indent:25%;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text15 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text16{text-decoration:overline;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text16 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text17{text-decoration:line-through;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text17 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text18{text-decoration:underline;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text18 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text19{text-decoration:blink;}</td>
</tr>
<tr>
<td width = "25%"></td><td id = "mtd" class = "text19 mtdc" colspan = "2">Hello text attribute</td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text21{text-transform:capitalize;}</td>
</tr>
<tr>
<td width = "25%"></td><td class = "text21 mtdc" colspan = "2"><font size="5" face="고딕,arial,sans">Hello text attribute</font></td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text21{text-transform:uppercase;}</td>
</tr>
<tr>
<td width = "25%"></td><td class = "text22 mtdc" colspan = "2"><font size="5" face="고딕,arial,sans">Hello text attribute</font></td>
</tr>
<tr>
<td class = "mtrc" colspan = "3">.text21{text-transform:lowercase;}</td>
</tr>
<tr>
<td width = "25%"></td><td class = "text23 mtdc" colspan = "2"><font size="5" face="고딕,arial,sans">Hello text attribute</font></td>
</tr>
</table>
</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. |