The
align attribute with a value of
'right' aligns the content of the
table cell to the
right.
The
align attribute can have values of
left, center and
right.
The code:
<table border='1' width='50%'>
<tr> <th>Month</th> <th>Income</th></tr>
<tr> <td>January</td> <td align='right'>$1000</td> </tr>
</table>
Ввійдіть щоб вподобати
Ввійдіть щоб прокоментувати