Computer Science, asked by ujjwal6672, 4 months ago

state the use of <TABLE>tag​

Answers

Answered by mundehariprasad0
1

Answer:

<Table> tag

Explanation:

Is used to insert TABLES in a HTML scripti.

Answered by anindyaadhikari13
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