Computer Science, asked by rajbharvikram65, 9 months ago

Which of the following tag is used to provide a title to a table in HTML?
1 point
TITLE
HEAD
CAPTION
None of these ko​

Answers

Answered by sandhujatti92
0

Answer:

head is tag is used to provide a title to a table

Answered by anishaverma5591
0

Answer:

table>

<caption>Monthly savings</caption>

<tr>

<th>Month</th>

<th>Savings</th>

</tr>

<tr>

<td>January</td>

<td>$100</td>

</tr>

</table>

Explanation:

I think it is helpful so don't forget to follow mee

Similar questions