HTML <col> span attribute
definition and usage
span
attribute defines the number of columns that the <col> element should span.
example
এখানে, প্রথম দুইটি স্তম্ভের প্রক্ষেপণ রঙ লাল হবে:
<table> <colgroup> <col span="2" style="background-color:#B0C4DE"> <col style="background-color:#FAFAD2"> </colgroup> <tr> <th>ISBN</th> <th>title</th> <th>price</th> </tr> <tr> <td>3476896</td> <td>HTML প্রাথমিকতা</td> <td>$53</td> </tr> </table>
syntax
<col span="number">
attribute value
value | description |
---|---|
number | সেট <col> এলিমেন্টটি যে স্তম্ভগুলি পার্শ্বস্থ করা হবে |
ব্রাউজার সমর্থন
চ্রোম | এডজ | ফায়ারফক্স | স্যাফারি | অপেরা |
---|---|---|---|---|
চ্রোম | এডজ | ফায়ারফক্স | স্যাফারি | অপেরা |
সমর্থন | সমর্থন | সমর্থন | সমর্থন | সমর্থন |