Which tag is used for giving heading to the columns?
Answers
Answered by
2
Explanation:
An HTML table is defined with the <table> tag. Each table row is defined with the <tr> tag.
A table header is defined with the <th> tag. By default, table headings are bold and centered.
Answered by
10
Hiii dude..........
The <th> element is used to identify table cells that contain column header values rather than table data. A row of table heading values is created by nesting multiple <th> values in a parent <tr> element.
Similar questions