Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

col tag in html

<!-- use the scope tag -->
<table>
  <tr scope="col">Column</tr>
  <tr scope="row">Row</tr>
</table>
 
PREVIOUS NEXT
Tagged: #tag #html
ADD COMMENT
Topic
Name
2+6 =