Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following tag is used to add rows in the table?

a) <td>and</td>
b) <th>and</th>
c) <tr>and</tr>
d) None of the above

Answer: c
Explanation: The <tr> tag in HTML is used to define the rows in the table. It can consist one or more <th> head cells and <td> data cells to define a single row of HTML table.

Join The Discussion