Tuesday, May 21, 2013

Alternative Row Color in HTML Table Using CSS






table tr:nth-child(odd){background-color: green; }

table tr:nth-child(even){background-color: red; }

No comments :

Post a Comment