Computer Science, asked by Frigkeg, 9 months ago


5 attributes of table

Answers

Answered by Truptikushe
1

Answer:

<table>

<tr>

<th>Month</th>

<th>Savings</th>

</tr>

<tr>

<td>January</td>

<td>$100</td>

</tr>

</table>

Similar questions