QuestionMay 11, 2025

Use the __ element to contain an HTML table. a. th b. tr c. td d. table

Use the __ element to contain an HTML table. a. th b. tr c. td d. table
Use the __ element to contain an HTML table.
a. th
b. tr
c. td
d. table

Solution
4.0(228 votes)

Answer

d. table Explanation 1. Identify the correct element for containing a table The ` ` element is used to define and contain an HTML table. Other elements like ` `, ` `, and ` ` are used within the ` ` element to define specific parts of the table (header, rows, and cells).

Explanation

1. Identify the correct element for containing a table<br /> The `<table>` element is used to define and contain an HTML table. Other elements like `<th>`, `<tr>`, and `<td>` are used within the `<table>` element to define specific parts of the table (header, rows, and cells).
Click to rate: