What is the use of <col>
tag and is it supported in all browser?
I was trying <col style="background:red">
but it's not working. I'm on Firefox 3.
<table width="100%" border="1">
<col style="background:red">
<caption> Table Caption </caption>
col
andcolgroup
? and like from<col>
we can select any column of table ? is there a way to select row of table? – Trig