Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<meta charset=utf-8 />
<title>Demo by roXon</title>
</head>
<body>
  
<table>
  
<tr>
    <td></td>
    <th data-col="A">a</th>
    <th data-col="B">b</th>
    <th data-col="C">c</th>
</tr>
<tr>
    <th data-row="1">1</th>
    <td>a1 content</td>
    <td>b1 content</td>
    <td>c1 content</td>
</tr>
<tr>
    <th data-row="2">2</th>
    <td>a2 content</td>
    <td>b2 content</td>
    <td>c2 content</td>
</tr>
<tr>
    <th data-row="3">3</th>
    <td>a3 content</td>
    <td>b3 content</td>
    <td>c3 content</td>
</tr>
  
</table>
</body>
</html>
Output

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

Dismiss x
public
Bin info
anonymouspro
0viewers