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.
Related Posts
For grouping form controls we can use ___________
Form validation traditionally was performed by ___________
For creating single line text box for searching queries, we use the type ___________
In the processing of information, the server does not use the language _____
Which of the following is not the form type for adding text?
For clearing all the settings which function should be called?
Which of the following is not the storageEvent interface?
Join The Discussion