Math, asked by ashwin2983, 1 month ago

an html table begin with what table tag and ends with what that table tag​

Answers

Answered by Lohit260708
0

Answer:

Step-by-step explanation:

Generally, we use table tag to insert table in html file. Table header stats with <th> tag and end with </th> tag.

Answered by babitasripk
0

an html table begin with what table tag and ends with what that table tag

answer is=

<table>

<tr> <!--table row-->

<th> </th> <!--table header-->

</tr>

<tr>

<td> </td> <!--table data-->

</tr>

Similar questions