each table row is interpreted with a _______ tag.
Answers
Answered by
4
Answer:
Each table row is defined with a <tr> tag. Each table header is defined with a <th> tag. Each table data/cell is defined with a <td> tag. By default, the text in <th> elements are bold and centered.
Similar questions