Computer Science, asked by qwerty898137, 1 year ago

which tag is used give heading to a column

Answers

Answered by KEYA2000005
0
Hey, I think HTML table (<Colgroup>) tags.

KEYA2000005: HTML table tags
qwerty898137: there are alot of table tags
qwerty898137: which one
KEYA2000005: wait
qwerty898137: waiting
KEYA2000005: got it
qwerty898137: i think colgroup tag is used in specifying and formatted a column and not for heading
KEYA2000005: tes
KEYA2000005: I wrote that only
KEYA2000005: got it
Answered by jitekumar4201
0

Answer:

<colgroup> is used for giving the heading to a column.

Explanation:

The <col> element is used for defining a column within the table this is used as a common semantic for all the common cells in the table.

The <col> element is found generally in <colgroup> element.

There are a lot of tags used in the HTML for various purposes like <td>  element is used for entering the table data.

Similarly,

<th> is used for giving heading to the table.

Similar questions