Computer Science, asked by rekharoy123mars, 3 months ago

Write tags, attributes and syntax of table tag.​

Answers

Answered by mrnickname50
9

Explanation:

HTML table tag is used to display data in tabular form (row * column).

...

HTML Table Tags.

Tag Description

<th> It defines a header cell in a table.

<td> It defines a cell in a table.

<caption> It defines the table caption.

<colgroup> It specifies a group of one or more columns in a table for formatting.

Similar questions