To create a table we are using HTML, and for apply a style to its borders we are using CSS. According to your CSS level skill’s creating a table without a top border may be an easy or a hard task.
Al you need to do is to set the border-top attribute equals with zero,
1 2 3 |
border-top: 0px; |
You can download the full page code from here.