MCQ
Which HTML tag is used to define a table row?
Explanation
The <tr> tag defines a row in an HTML table. <td> defines table data cells and <th> defines header cells.