make a list of all tags and attributes related to <table> tag in HTML.Also write the purpose of each.
Answers
Answered by
1
Answer:
<table>
<tr>
<th>Month</th>
<th>Savings</th>
</tr>
<tr>
<td>January</td>
<td>$100</td>
</tr>
</table>
Similar questions