CSS Tables: Horizontal Dividers

th, td {
  border-bottom: 1px solid #ddd;
}

Add the border-bottom property to <th> and <td> for horizontal dividers.

CSS Tables: Horizontal Dividers — Structure map

Clickable & Draggable!

CSS Tables: Horizontal Dividers — Related pages: