Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>JS Bin</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; }
  #container {
    border: 1px solid #888;
  }
  
  #b1 {
    width: 100%;
    display: inline-block;
    padding: 50px 50px;
    font-weight: bold;
  }
  
  #b2 {
    width: 100%;
    display: block;
    padding: 15px 15px 10px 20px;
    font-weight: normal;
  }
</style>
</head>
<body>
  <div id="container">
    <div id="b1">Some Text</div>
    <td align="left" width="500px"><input name="latchDoor" id="latchDoor" type="button" width="500px"
                                onClick="" class="b3"
                                value="Latch Door" tabindex="2"/></td>
    <a href= "#" id="b2">Some Text</a>
  </div>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers