col tag in html

HTML
<!-- use the scope tag -->
<table>
  <tr scope="col">Column</tr>
  <tr scope="row">Row</tr>
</table>
Source

Also in HTML: