Computer Science, asked by vishvakarmaaakash29, 1 month ago

(5) Which of the following tag pairs are used to define a row of a table ?
(a) <tr> and </tr>
(b) <td> and </td>
(c) <col> and </col>
(d) <row> and </row>​

Answers

Answered by aksh9545
2

<tr> and </tr>

<tr> is used to start the Table Row and </tr> is used to denote the end of the row

Similar questions