A(n) ________ is a line that can be added to the top, bottom, left, right or all four sides of a paragraph
A) border B) margin C) separator D) tab
A
Computer Science & Information Technology
You might also like to view...
Elastic layouts are measurements expressed relative to the default font size using the em unit.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
The code ____________ will draw a solid circle.
a) drawCircle( 50, 50, 25 ); b) fillOval( 50, 25, 50, 25 ); c) fillOval( 50, 50, 25, 25 ); d) drawOval( 50, 50, 50, 50 );
Computer Science & Information Technology