<html>
<head>
<meta charset="utf-8">
<title>Henry V</title>
<meta name="author" content="William Shakespere">
</head>
<body>
<h1>The Life of King Henry the Fifth</h1>
<h2>by William Shakespere</h2>
<p>SCENE I. London. An ante-chamber in the KING'S palace.</p>
<p>Enter the <em>ARCHBISHOP OF CANTERBURY</em>, and the <em>BISHOP OF ELY</em></p>
<h3>CANTERBURY</h3>
<p>My lord, I'll tell you; that self bill is urged,<br/>
Which in the eleventh year of the last king's reign<br/>
Was like, and had indeed against us pass'd,<br/>
But that the scambling and unquiet time<br/>
Did push it out of farther question.</p>
<h3>ELY</h3>
<p>But how, my lord, shall we resist it now?</p>
<h3>CANTERBURY</h3>
<p>It must be thought on. If it pass against us,<br/>
We lose the better half of our possession:<br/>
For all the temporal lands which men devout<br/>
By testament have given to the church<br/>
Would they strip from us; being valued thus:<br/>
As much as would maintain, to the king's honour,<br/>
Full fifteen earls and fifteen hundred knights,<br/>
Six thousand and two hundred good esquires;<br/>
And, to relief of lazars and weak age,<br/>
Of indigent faint souls past corporal toil.<br/>
A hundred almshouses right well supplied;<br/>
And to the coffers of the king beside,<br/>
A thousand pounds by the year: thus runs the bill.</p>
<h3>ELY</h3>
<p>This would drink deep.</p>
<h3>CANTERBURY</h3>
<p>'Twould drink the cup and all.</p>
</body>
</html>
Output
300px
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. |