Which of the following includes thin lines at the top and bottom of the primary strokes of font characters?
A) A theme font B) A style font C) A sans serif font D) A serif font
D
Computer Science & Information Technology
You might also like to view...
What is wrong with the following code fragment?
int *p1, *p2; p1 = new int; p2 = new int; *p1=11; *p2=0; p2=p1; cout << *p1 <<" " << *p2 << endl; delete p1; delete p2; a. nothing b. p1 and p2 both have the same value, so the delete p2 will cause an error c. You have a memory leak. d. B and C
Computer Science & Information Technology
Typically, slides are presented with a(n) computer and a projection device.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
When creating a print style, the background color should be changed to ____________________.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
?The last item in an HTML document must be the ____ tag.
A. ?