Vidyalelo
CSS · Q91

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 91

Q91

Which of the following property is used to specify table borders in CSS?

A.
table
B.
border
Answer
C.
table:border
D.
none of the mentioned

Answer: Option B

Solution

Answer: Option B
Solution:
Example: table{border: 7px solid black;}