In the following HTML table, how would you center-align the data in the cells?
<table>
<tr>
<td>Data</td>
</tr>
</table>
In the following HTML table, how would you center-align the data in the cells?
<table>
<tr>
<td>Data</td>
</tr>
</table>