D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
spencermathews
Full window
Github gist
target practice 2 (js) start
<table id="choc"> <tr> <th colspan='2'>chocolate</th> </tr> <tr> <td>extra dark</td> <td>ecstatic</td> </tr> <tr> <td>very dark</td> <td>very happy</td> </tr> <tr> <td>dark</td> <td>happy</td> </tr> <!--add two more table rows with table data of more types of chocolate--> <tr> <td>white</td> <td>sweet</td> <tr> </table>