Splitting a table cell into two columns in HTML

前端 未结 8 1011
感动是毒
感动是毒 2020-12-05 22:43

I have the following table:

Header Header
8条回答
  •  自闭症患者
    2020-12-05 23:11

    You have two options.

    1. Use an extra column in the header, and use in your header to stretch a cell for two or more columns.
    2. Insert a with 2 columns inside the td you want extra columns in.

      提交回复
      热议问题