Computer Science, asked by sumonaghosh222, 19 days ago

_____ in a table design with the <TR>...</TR>​

Answers

Answered by IMOKFF
0

Answer:

<tr>: The Table Row element. The <tr> HTML element defines a row of cells in a table. The row's cells can then be established using a mix of <td> (data cell) and <th> (header cell) elements.

Similar questions