Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>FIB</title>
<!--[if IE]>
  <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<style>
  article, aside, figure, footer, header, hgroup, 
  menu, nav, section { display: block; }
</style>
</head>
<body>
  
<textarea rows="2" id="textLoc" cols="40"></textarea>
<input type="button" id="submit" name="submit" onclick="createFIB()" value="Create FillitIn">
<input type="button" id="createNew" name="submit" value="New FillitIn">
<p id="text"></p>
<input type="button" id="grade" name="submit" onclick="gradeit()" value="Grade">
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers