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>
</head>
<body>
  <ul>
    <li> 1
     <ol><li>1.1</li>
        <li>1.2</li>
        <li>1.3</li>
        <li>1.4</li>
      </ol>
    </li>
    
    <li>2
    <ol><li>2.1</li>
        <li>2.2</li>
        <li>2.3</li>
        <li>2.4</li>
      </ol>
    </li>
    
    <li>3
      <ol><li>3.1</li>
        <li>3.2</li>
        <li>3.3</li>
        <li>3.4</li>
      </ol>
    </li>
    
    <li>4
    <ol><li>4.1</li>
        <li>4.2</li>
        <li>4.3</li>
        <li>4.4</li>
      </ol>
    </li>
   
    
  </ul>
</body>
</html>
Output

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

Dismiss x
public
Bin info
dmkimpro
0viewers