align everything in coloumn html code example
Example: col tag in html
<!-- use the scope tag -->
<table>
<tr scope="col">Column</tr>
<tr scope="row">Row</tr>
</table>
<!-- use the scope tag -->
<table>
<tr scope="col">Column</tr>
<tr scope="row">Row</tr>
</table>