If you do not specify a border for the table, it will be displayed without borders.
A border is set using the CSS border property:
Example
table, th, td {
border: 1px solid black;}
Remember to define borders for both the table and the table cells.
EmoticonEmoticon