Alternate table row color using CSS?

后端 未结 9 1867
囚心锁ツ
囚心锁ツ 2020-11-22 09:03

I am using a table with alternate row color with this.

9条回答
  •  日久生厌
    2020-11-22 09:54

    Just add the following to your html code (withing the ) and you are done.

    HTML:

    
    

    Easier and faster than jQuery examples.

提交回复
热议问题