Multiple choice

Which of the following tags are used to add rows to your table?

  1. <tr> and </tr>

  2. <cr> and </cr>

  3. <table> and </table>

  4. <td> and </td>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In HTML tables, the tag defines a table row. The tag defines a table cell, and the tag defines the container for the entire table.