Computer Science, asked by annu08143, 14 hours ago

Why do we use table tag in HTML ? Describe any 5 attributes used in table tag with example...​

Answers

Answered by llitzurking01ll
16

Explanation:

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. The <td> tag defines the standard cells in the table which are displayed as normal-weight, left-aligned text.

Answered by Anonymous
1

Answer:

Explanation:

Explanation: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. The <td> tag defines the standard cells in the table which are displayed as normal-weight, left-aligned text.

Similar questions