HTML အကိုးအကား

အက္ခရာဖြင့် HTML HTML အမျိုးအစားအလိုက် HTML Browser ပံ့ပိုးမှု HTML အရည်အချင်းများ HTML ကမ္ဘာလုံးဆိုင်ရာ အရည်အချင်းများ HTML ပွဲများ HTML အရောင်များ HTML Canvas HTML အသံ/ဗီဒီယို HTML အက္ခရာအစုံများ HTML Doctypes HTML URL ကုဒ် HTML ဘာသာစကားကုဒ်များ HTML နိုင်ငံကုဒ်များ HTTP မက်ဆေ့ခ်ျများ HTTP နည်းလမ်းများ PX မှ EM Converter ကီးဘုတ်ဖြတ်လမ်းများ


HTML <col> span Attribute

❮ HTML <col> တဂ်

ဥပမာ

ဤတွင်၊ ပထမကော်လံနှစ်ခုသည် အနီရောင်နောက်ခံအရောင်ရှိသင့်သည်-

<table>
  <colgroup>
    <col span="2" style="background-color:red">
    <col style="background-color:yellow">
  </colgroup>
  <tr>
    <th>ISBN</th>
    <th>Title</th>
    <th>Price</th>
  </tr>
  <tr>
    <td>3476896</td>
    <td>My first HTML</td>
    <td>$53</td>
  </tr>
</table>

အဓိပ္ပါယ်နှင့် အသုံးပြုမှု

ရည်ညွှန်းချက်သည် ဒြပ်စင်တစ်ခု၏ ချဲ့ spanထွင်ရမည့် ကော်လံအရေအတွက်ကို သတ်မှတ်သည် ။ <col>


Browser ပံ့ပိုးမှု

Attribute
span Yes Yes Yes Yes Yes

အထားအသို

<col span="number">

ရည်ညွှန်းတန်ဖိုးများ

Value Description
number Sets the number of columns a <col> element should span

❮ HTML <col> တဂ်