Table Text Alignment

Example aligning table text.

Preview

Code

<table border="1">
<tr>
<th>Name</th>
<th>Score</th>
</tr>
<tr>
<td style="text-align:left;">John</td>
<td style="text-align:center;">88</td>
</tr>
</table>

More HTML Tables Examples (11)