Using css you can improve the readability of large tables. Learn how to color alternating rows in a few lines of css code without using any server-side code or javascript.

In this tutorial, I will explain how you can style odd/even rows without the need of any extra CSS class or JavaScript code.

At times the top and bottom margins of block elements might collapse into a single margin. Here are easy CSS solutions to prevent the margins of your block elements from collapsing.