For zebra-striped tables, use the nth-child() selector and add a background-color to all even (or odd) table rows:
First Name
Last Name
Points
Peter
Griffin
$100
Lois
Griffin
$150
Joe
Swanson
$300
Cleveland
Brown
$250
مثال عن جدول يتغير نمطه عند وضع مؤشر الماوس عليه:
Hoverable Table
Move the mouse over the table rows to see the effect.
First Name
Last Name
Points
Peter
Griffin
$100
Lois
Griffin
$150
Joe
Swanson
$300
Cleveland
Brown
$250
مثال عن جدول متجاوب:
Responsive Table
A responsive table will display a horizontal scroll bar if the screen is too
small to display the full content. Resize the browser window to see the effect:
To create a responsive table, add a container element (like div) with overflow-x:auto around the table element: