Using the example "p {border-color: black red green blue;}", the bottom border of a

element will be ____.

A. black
B. red
C. green
D. blue

Answer: C

Computer Science & Information Technology

You might also like to view...

Which of the following declare an array of 5 characters, and initializes them to some known values?

a. char array[5]={'a','b','c','d','e'}; b. char array[4]={'a','b','c','d','e'}; c. char array[5]={''}; d. char array[]={'a','b','d','e'}; e. A and C f. B and D g. all of the above

Computer Science & Information Technology

Explain the role of estimation methods and tools in planning.

What will be an ideal response?

Computer Science & Information Technology