define a table border

Post Reply
admin
Site Admin
Posts:7390
Joined:Wed Mar 13, 2019 6:42 am
Contact:
define a table border

Post by admin » Sun Apr 28, 2019 8:15 pm

Example: You can define a table border as follows:
table{ border :1px solid #C00; }

admin
Site Admin
Posts:7390
Joined:Wed Mar 13, 2019 6:42 am
Contact:

Re: define a table border

Post by admin » Sun Apr 28, 2019 8:16 pm

border is a property and the given value 1px solid #C00 is the
value of that property.

Post Reply