About Lesson
Col:-
<col> टैग <colgroup> element में प्रत्येक कॉलम के लिए कॉलम properties specify करता है प्रत्येक row के लिए प्रत्येक सेल के लिए styles को repeat करने के बजाय,<col> टैग पूरे कॉलम में styles को लागू करने के लिए उपयोगी है। इसका attribute span और style होता है।
<colgroup>
<col span=”2″ style=”background-color:red”>
<col style=”background-color:yellow”>
</colgroup>
Col:-
The <col> tag specifies column properties for each column within a <colgroup> element. The <col> tag is useful for applying styles to entire columns, instead of repeating the styles for each cell, for each row.
<colgroup>
<col span=”2″ style=”background-color:red”>
<col style=”background-color:yellow”>
</colgroup>