Answers for "html <col>"

0

col tag in html

<!-- use the scope tag -->
<table>
  <tr scope="col">Column</tr>
  <tr scope="row">Row</tr>
</table>
Posted by: Guest on May-05-2020

Code answers related to "html <col>"

Browse Popular Code Answers by Language