Answers for "col tag in html"

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

Browse Popular Code Answers by Language