奇舞-表-ノート

4000 ワード

table
    <table border="1" width="600px">
        
        <caption>table title and/or explanatory textcaption>
                <colgroup>
          <col class="browser"> 
          <col span="2" class="engine"> 
        colgroup>
        <thead>
            <tr>
                <th>headerth>
                <th>headerth>
                <th>headerth>
            tr>
        thead>
        <tbody>
            <tr>
                <td>datatd>
                <td rowspan="2">datatd>
                <td rowspan="2">datatd>

            tr>
            <tr>
                <td>datatd>

            tr>
            <tr>
                <td>datatd>
                <td colspan="2">datatd>

            tr>
        tbody>
    table>
    .engine {
        background: red;
    }