Which of the following HTML element is used to define table data/cell?
2018
Which of the following HTML element is used to define table data/cell?
- A.
<table>
- B.
<td>
- C.
<tr>
- D.
<th>
Attempted by 176 students.
Show answer & explanation
Correct answer: B
The correct HTML element for defining table data cells is <td>. While <table> creates the container and <tr> defines rows, <th> is specifically for header cells. Therefore, option 1 accurately identifies the standard data cell tag.