Answers for "which of the following is an attribute of <col> tag?"

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 "which of the following is an attribute of <col> tag?"

Browse Popular Code Answers by Language