A general rule for printing is to use ______ fonts for headlines and serif fonts forbody text.
A. serif
B. sans-serif
C. monospace
D. cursive
Answer: B
You might also like to view...
For a local variable in a function to retain its value between calls to the function, it must be declared with the ________ storage-class specifier.
Fill in the blank(s) with the appropriate word(s).
Programmers refer to programs that contain meaningful names as ____.
A. external documentation B. self-documenting C. internally consistent D. applications
What are some of the commonly used CheckBox and RadioButton properties, and the default event for which a method shell is generated for these classes in the IDE? If you wanted a user to select which pizza toppings he or she wanted from a group of possible toppings, which Control would you use and why?
What will be an ideal response?
In the box model for an element, the border
a. is outside the content b. is outside the margin c. is inside the padding d. is between the padding and the margin