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>
   <table id="code">
     <tr>
       <th class="line">#</th>
       <th class="code">Tekst nagłowka</th>
     </tr>
     <tr>
       <td class="line">1.</td>
       <td class="code"><pre>Jaki tam kod</pre></td>
     </tr> 
     <tr>
       <td class="line">2.</td>
       <td class="code"><pre>Kolejny kawałek kodu</pre></td>
     </tr> 
     <tr>
       <td class="line">3.</td>
       <td class="code"><pre>Jeszcze troche kodu</pre></td>
     </tr> 
  </table>
</body>
</html>
 
.line {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
Output 300px

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

Dismiss x
public
Bin info
anonymouspro
0viewers