[Hello]
I'm back with one more Question:
[Demonstrate how to use the align attribute to align the content of cells and create a neat looking table.]
Thanks
Answers
Answered by
12
<table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<tdalign="right">$100</td>
</tr>
</table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<tdalign="right">$100</td>
</tr>
</table>
Similar questions