Computer Science, asked by sargunmehta, 11 months ago

[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 ZobairPranto
12
<table>
  <tr>
    <th>Month</th>
    <th>Savings</th>
  </tr>
  <tr>
    <td>January</td>
    <tdalign="right">$100</td>
  </tr>
</table>
Similar questions