Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script class="jsbin" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<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; }
    html,body{
    margin:0;
    padding:0;
  }
  body{
    font-family: "andale mono","courier new", "courier", monospace ;
    margin: 0 10px;
  }
  body:before{
    content:"";
    height: 5px;
    width: 100%;
    position:absolute;
    top: -5px;
    right: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  }
  ::-moz-selection { 
    background: #175EE1; 
    color: white;
  }
  ::selection      { 
    background: #FC3232;
    color: white;
  } 
</style>
</head>
<body>
  <p>Hello World!</p>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers