<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Heading Demo</title>
</head>
<body>
<header>
<h1 class="TitleXL">Heading Demo</h1>
</header>
<section>
<article>
<div>
<img src="https://placekitten.com/600/600" alt="generated image from nature using placekitten.com">
</div>
<div>
<h2 class="TitleL">Article 1</h2>
<p> No guns, no killing. My anger outweights my guilt. My anger outweights my guilt. No guns, no killing.</p>
<p>Does it come in black? Someone like you. Someone who'll rattle the cages. It's not who I am underneath but what I do that <a href="https://axbom.info">defines me.</a></p>
</div>
</article>
<article>
<div>
<img src="https://placekitten.com/600/600" alt="generated image from nature using placekitten.com">
</div>
<div>
<h2 class="TitleM">Article 2</h2>
<p>This isn't a car. I will go back to Gotham and I will fight men Iike this but I will not become an executioner. Accomplice? I'm gonna tell them the whole thing was <a href="https://axbom.info">your idea</a>.</p>
</div>
</article>
<article>
<div>
<img src="https://placekitten.com/600/600" alt="generated image from nature using placekitten.com">
</div>
<div>
<h2 class="TitleM">Article 3</h2>
<p>It ends here. I'm Batman I'll be standing where l belong. Between you and the peopIe of Gotham. Bats frighten me. It's time my enemies shared <a href="https://axbom.info">my dread</a>.</p>
</div>
</article>
</section>
<footer class="page-footer">
<div>
<h2 class="TitleS">Social media</h2>
<ul>
<li><a href="https://axbom.com/follow">Fediverse</a></li>
<li><a href="https://linkedin.com/in/axbom">LinkedIn</a></li>
</ul>
</div>
<div>
<h2 class="TitleS">Resources</h2>
<ul>
<li><a href="https://placekitten.com">Placekitten</a></li>
<li><a href="https://placekitten.com">Batman Ipsum</a></li>
</ul>
</div>
<div>
<h2 class="TitleS">About us</h2>
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
</div>
<div>
<h2 class="TitleS">Contact info</h2>
<ul>
<li>item 1</li>
<li>item 2</li>
</ul>
</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. |