MCQ
Which HTML tag is used to define a table row?
A <td>
B <tr>
C <th>
D <row>
Explanation

The <tr> tag defines a row in an HTML table. <td> defines table data cells and <th> defines header cells.