<table>
<tr>
<td>Row 1. Column 1.</td>
<td>Row 1. Column 2.</td>
<td>Row 1. Column 3.</td>
</tr>
<tr>
<td>Row 2. Column 1.</td>
<td>Row 2. Column 2.</td>
<td>Row 2. Column 3.</td>
</tr>
<tr>
<td>Row 3. Column 1.</td>
<td>Row 3. Column 2.</td>
<td>Row 3. Column 3.</td>
</tr>
</table>
body {
font: 18px/1.5 sans-serif;
color: #333;
}
table,
td {
border: 1px solid #000;
}
td {
padding: 10px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.