How to cross the table



  • Таблица

    Hello, everyone, I can't overthrow the same table, that's a few columns under the packets.



  • I see the target, I see no obstacles.

    Reading. https://basicweb.ru/html/tag_td_att_colspan.php and https://basicweb.ru/html/tag_td_att_rowspan.php ♪ We' it. https://apsolyamov.ru/files/html-table-generator.html ♪

    table { border-collapse: collapse; }
    

    td, th {
    padding: .5em;
    border: 1px solid #000;
    font-family: sans-serif;
    text-align: center;
    }

    <table>
    <tr>
    <th colspan="7">Пакетные услуги по образованию</th>
    </tr>
    <tr>
    <td rowspan="4">#</td>
    <th rowspan="4">Обучение (образование)</td>
    <th rowspan="4">Стоимость на 1-го человека</th>
    <th colspan="4">ПАКЕТЫ</th>
    </tr>
    <tr>
    <th>базовый</th>
    <th>бронзовый</th>
    <th>серебряный</th>
    <th>золотой</th>
    </tr>
    <tr>
    <td>20 - 30 человек на одном курсе</td>
    <td>от 31 человека на одном курсе</td>
    <td>от 76 человек на одном курсе</td>
    <td>свыше 120 человека на одном курсе</td>
    </tr>
    <tr>
    <td colspan="4">скидки по пакетам для рынка (продажи оплачиваются отдельно)</td>
    </tr>
    </table>



Suggested Topics

  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2
  • 2