make a html table answer Pls
Attachments:
![](https://hi-static.z-dn.net/files/d87/1ef8949c852f87b47b6b0f9a4294d927.jpg)
Answers
Answered by
0
<table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
Similar questions