Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>JS Bin</title>
</head>
<body>
  <table id="table">
        <thead>
    <tr>
      <th>Cours &#8593;</th>
      <th>TD &#8593;</th>
      <th>C &#8593;</th>
    </tr>
            </thead>
        <tbody>
    <tr>
      <td>HTML</td>
      <td>100</td>
      <td>1</td>
    </tr>
    <tr>
       <td>CSS</td>
      <td>10</td>
      <td>100</td>
    </tr>
    <tr>
      <td>Js</td>
      <td>2</td>
      <td>2</td>
    </tr>
            </tbody>
  </table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
dupontpro
0viewers