Computer Science, asked by subhamsingh21, 6 months ago

make a list of all tags and attributes related to <table> tag in HTML.Also write the purpose of each.​

Answers

Answered by carolin70
1

Answer:

<table>

<tr>

<th>Month</th>

<th>Savings</th>

</tr>

<tr>

<td>January</td>

<td>$100</td>

</tr>

</table>

Similar questions