Tables

Rows and columns for all sorts of tables

Base

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table>…</table>

Bordered

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“bordered”>…</table>

Striped

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“striped”>…</table>

Unstyled

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“unstyled”>…</table>

Mixed

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
Total points 223
<table class=“bordered striped”>…</table>

Width

First Name Last Name Points
Jill Smith 50
Eve Jackson 94
<table>
<tr>
    <td class=“w40”></td>
    <td class=“w40”></td>
    <td class=“w20”></td>
</tr>
</table>

Published by using 107 words.