Page 1 of 1

define a table border

Posted: Sun Apr 28, 2019 8:15 pm
by admin
Example: You can define a table border as follows:
table{ border :1px solid #C00; }

Re: define a table border

Posted: Sun Apr 28, 2019 8:16 pm
by admin
border is a property and the given value 1px solid #C00 is the
value of that property.