W3Schools - Bordered Table
<head>
<style type="text/css">
table,th,td
{
border:1px solid black;
}
</style>
</head>
This puts a double border around cells because both the TH and TD have borders and are identified in the style.
Copyright Karen McCall, Karlen Communications
15