<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<header>
<img src="http://s18.postimg.org/tvw52r1ux/logo.jpg" alt="logo" id="logo" />
<h1>The Articles</h1>
<nav class="header-nav">
<ul>
<li></li>
<li><a href="#"><img src="http://s12.postimg.org/hyaxg6xah/icon.png" alt="">Articles</a></li>
</ul>
</nav>
</header>
<section id="section">
<article class="article">
<img src="http://s18.postimg.org/7l8a2s4kp/articles.jpg" alt="articles" />
<p><i>by</i> JOHN WOO <i><date>June 04, 2013,</date> 22 Comments</i></p>
<h1>ISSUE NO 376</h1>
<p>Lorem ipsum dolor sit amer, consectetur adipising elit Vestibulum eu ligula justo, ullamcorper viverraest. Donec viverra libero in tellus ullamcorper lobortis,. Nam nunc metus, molestie sit amet sagitis et, hendrenit quam. Ut hendrerit commodo nunc, eu euismod odio egestas a. Morbi felis lorem, convallis id scelerisque eget, faucibus eget lectus.</p>
<p>asp.net, .net, dev-express</p>
<button>More</button>
<img src="http://s18.postimg.org/dnfwt9t0p/cat.png" alt="" />
<p><i>by</i> JOHN WOO <i><date>June 04, 2013,</date> 22 Comments</i></p>
<h1>ISSUE NO 375</h1>
<p>Lorem ipsum dolor sit amer, consectetur adipising elit Vestibulum eu ligula justo, ullamcorper viverraest. Donec viverra libero in tellus ullamcorper lobortis,. Nam nunc metus, molestie sit amet sagitis et, hendrenit quam. Ut hendrerit commodo nunc, eu euismod odio egestas a. Morbi felis lorem, convallis id scelerisque eget, faucibus eget lectus.</p>
<p>asp.net, .net, dev-express</p>
<button>More</button>
</article>
<aside class="aside">
<img src="http://s18.postimg.org/51cn8oh0p/agencies.jpg" alt="agencies" />
<h3>From the Blog</h3>
<p>DAVID <i> on </i>c# Windows</p>
<p>How to convert System.Color to HTML color (hex)?</p>
<p>I'm working on an application that requires converting the back color of the panel to HTML that can be used as a div background color. Please help.</p>
<a href="#">view answer ></a>
</aside>
</section>
<footer id="footer">
<nav class="footer-nav">
<ul>
<li><img src="http://s18.postimg.org/4xe8eom5h/notes.png" alt="" /></li>
<li>ARTICLES</li>
<li>COLUMNS</li>
<li>BLOG</li>
<li>TOPICS</li>
</ul>
</nav>
<div class="footer-left">
<img src="http://s18.postimg.org/itr24b7s9/footer1.png" alt="footer-image" />
<p>.NET Training</p>
<p>Less of boring theory! Hands on programming is our training methodology! You'll love it.<p>
<a href="#">learn more ></a>
</div>
<div class="footer-right">
<img src="http://s18.postimg.org/gl8a98bah/footer2.png" alt="footer-image" />
<p>Shopify Expert at $20/hour</p>
<p>Unique custom made shopify theme and tweakss. Strat selling online with stunning eCommerce storefronts created using the Shopify CMS
<a href="#">learn more ></a>
</div>
</footer>
</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. |