You can see the properties for a CSS rule by looking at the ____________________.
Fill in the blank(s) with the appropriate word(s).
style sheet code
Computer Science & Information Technology
You might also like to view...
A class contains methods and ______.
a) clients b) interfaces c) data fields d) data structures
Computer Science & Information Technology
strcmp(first, second) returns
a. <0 if first < second, 0 if first == second, positive otherwise b. true if first=second, false otherwise c. nothing, it's a void function d. >0 if first < second, 0 if first > second, <0 otherwise
Computer Science & Information Technology