size
<table width="500" cellpadding="10"> <tr align="center"> <th>Cell 1</th> <th>Cell 2</th> </tr> <tr align="center"> <td>Cell 3</td> <td>Cell 4</td> </tr> <tr align="center"> <td>Cell 5</td> <td>Cell 6</td> </tr> </table> <style> table { border-top: solid 2px #333; border-bottom: solid 2px #333; border-collapse: collapse; } th, td { border-top: solid 2px #333; border-bottom: solid 2px #333; } </style>