Choose the best answer below to the following question: Is the following CSS code valid
```
table { border: 2px #000000 solid;
border-spacing: 0;
}
```
a. Yes.
b. No, there is no border-spacing property.
c. No, there is no border property.
d. No, 0is not a valid value for the border-spacing property.
a. Yes.
Computer Science & Information Technology
You might also like to view...
The shortest path algorithm is also called the ____ algorithm.
A. recursive B. minimal C. greedy D. spanning
Computer Science & Information Technology
Class Instant’s static method___________ gets the current time.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology