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;
}
{
border: 1px solid black;
}
To specify table borders in CSS, use the border property.
0 comments:
Post a Comment