Search the Whole World Here.,.,

HTML Table - Adding a Border


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;
}
Try it Yourself »
Remember to define borders for both the table and the table cells.


EmoticonEmoticon