How to style each table cell in a column via CSS?

前端 未结 6 969
慢半拍i
慢半拍i 2020-12-13 08:22

I have an ordinary HTML table:

6条回答
  •  伪装坚强ぢ
    2020-12-13 08:37

    This is an old post. But I had the same question. Found this to be working:

    
    
    
    
    
    
FAT ...
ABC
1A1B1C1
2A2B2C2
3A3B3C3

This style setting sets the background color to red in the third row and second column,

提交回复
热议问题