Multiple choice Which of the following tags are used to add rows to your table? <tr> and </tr> <cr> and </cr> <table> and </table> <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.