Cell data in a table is given using the which tag.
Answers
Answered by
0
Answer:
Explanation:
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. By default, the text in <td> elements are regular and left-aligned.
Similar questions