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>
  ol { list-style: none }
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
    
</head>
<body>
  
<ol>
  <li>Apples
    <ol>
      <li>Green
        <ol>
          <li>Light
            <ol>
              <li>Very light</li>
              <li>Not so light</li>
            </ol>
          </li>
          <li>Dark</li>
        </ol>
      </li>
      <li>Red</li>
      <li>Yellow</li>
    </ol>
  </li>
  <li>Oranges
    <ol>
      <li>Good</li>
      <li>Bad</li>
      <li>Best</li>
    </ol>
  </li>
</ol>
<hr />
<div>
<ol>
  <li>Apples
    <ol>
      <li>Green
        <ol>
          <li>Light</li>
          <li>Dark</li>
        </ol>
      </li>
      <li>Red</li>
      <li>Yellow</li>
    </ol>
  </li>
  <li>Oranges
    <ol>
      <li>Good</li>
      <li>Bad</li>
      <li>Best</li>
    </ol>
  </li>
</ol>
</div>
  
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers