state the use of <TABLE>tag
Answers
Answered by
1
Answer:
<Table> tag
Explanation:
Is used to insert TABLES in a HTML scripti.
Answered by
1
Answer:-
In html, the <table> element/tag is used for inserting a table in the web page.
Syntax:-
<table>
<tr>
<td>
<td>
.....
</tr>
</table>
Similar questions