Important Notice:

Course Content
Heading Tag / Paragraph Tag
0/2
Horizontal Rules (HR element)
0/1
Font Element
0/1
Image Element
0/1
HTML Basic (Chapter 3) M2-R5.1
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>

 

error: Content is protected !!