Write a HTML document which comprises of the following of A list
Answers
Answered by
0
<table><caption>Table title </caption>
<tr>
<th>title for the 1st table</th>
<th>title for the 2nd table</th>
<th>title for the 3rd table</th>
</tr>
<tr>
<td>data</td>
<td>data</td>
<td>data</td>
</tr>
<tr>
<td>data</td>
<td>data</td>
<td>data</td>
</tr>
</table>
Hope this helps (((:
Similar questions