Computer Science, asked by chaudharygauri795, 5 months ago

what is the use of tr and td tag explain with suitable examples​

Answers

Answered by AbhiThakur07
2

Explanation:

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. There must be at least one row in the table. The <th> tag defines the header cells in the table which are displayed as bold, center-aligned text.

Answered by XIPUN
0

Explanation:

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. There must be at least one row in the table. The <th> tag defines the header cells in the table which are displayed as bold, center-aligned text.

Similar questions