What is established by the following style sheet?table {border: solid 6px navy;}th, td {border: solid 2px orange;}

A. table borders
B. a border around the table header
C. gridlines
D. both a and c


Answer: D

Computer Science & Information Technology

You might also like to view...

Enumerators and enum variables can be compared directly with ____________ values.

a. int b. decimal c. double d. string

Computer Science & Information Technology

Assume Node has a two parameter constructor and is not a template. Which statement inserts an item x after position current?

a. current = new Node( x, current ); b. current = new Node( x, current->next ); c. current->next = new Node( x, current ); d. current->next = new Node( x, current->next ); e. none of the above

Computer Science & Information Technology

How many voltage levels does a binary signal have?

a. 1. b. 2. c. 3. d. 4.

Computer Science & Information Technology

The ____________________ used with a computer determine the tasks that the computer is able to perform.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology