HTML table colgroup element not working?

后端 未结 7 2191
无人及你
无人及你 2021-01-03 18:25

I want different styles on each column of a table. I\'ve read that you could do that by using or , but I had no luck. I

7条回答
  •  执念已碎
    2021-01-03 18:39

    So I just had this same issue... the real problem is that even when style/CSS is used on (rather than HTML attributes), you can still only style the following things:

    • width
    • borders
    • background colors
    • visibility

    Source: https://www.w3.org/TR/CSS21/tables.html#columns

提交回复
热议问题