Setting a line height that is less than ____ results in text lines running together on the screen.
A. 85%
B. 95%
C. 100%
D. 110%
Answer: C
You might also like to view...
What happens when you define a class that used dynamic memory allocation and define a destructor but no copy constructor?
a. If an object of the class is plugged in for a call-by-value parameter, when the function ends, the parameter's dynamic memory is returned to the freestore at the end of the function execution. b. When an object that was used as an argument for a call-by-value parameter goes out of scope, it will cause a run-time error. c. It is possible to modify the values in the argument in the function. d. All of the above e. None of the above
If a function in the definition of the class entry has prototype:
If a function in the definition of the class entry has prototype:
_______ are not elements that exist in the document hierarchy but rather are based on objects that exist in the rendered Web page.
A. Psuedo-class B. Psuedo-style C. Psuedo-code D. Psuedo-element
How do you insert a comment in CSS style definitions?
A. // this is a comment B. /* this is a comment C. /* this is a comment */ D. < this is a comment >