explain the attributes of both the TR and TD tags
Answers
Answered by
6
The <td> tag defines the standard cells in the table which are displayed as normal-weight, left-aligned text. The <tr> tag defines the table rows. ... The <th> tag defines the header cells in the table which are displayed as bold, center-aligned text.
Similar questions