How to make one span both columns in a two column table?

前端 未结 3 1771
花落未央
花落未央 2020-12-28 11:43

\"click

How can I create a table like the above example in HTML and CSS. I\'ve tried the fol

3条回答
  •  长发绾君心
    2020-12-28 11:58

    Column 1 Column 2
    Cell 1 Cell 2
    Cell 3 (Two columns)

    colspan will help you. Link to more info.

提交回复
热议问题