Table Borders
//the example below specifies a black border for <table>, <th>
//and <td> elements
table, th, td {
border: 1px solid black;
}
To specify table borders in CSS, use the border property.
//the example below specifies a black border for <table>, <th>
//and <td> elements
table, th, td {
border: 1px solid black;
}
To specify table borders in CSS, use the border property.
Clickable & Draggable!