The CSS property related to typography called ____ displays text as normal or small caps.

A. font-style
B. font-variant
C. font-weight
D. font-size

Answer: B

Computer Science & Information Technology

You might also like to view...

To form a circle, the syntax of an arc must be:

a) DrawArc( p, 1, 1, 1, 1, 0, Math.PI ) b) DrawArc( p, 1, 1, 1, 1, 360, 0 ) c) DrawArc( p, 1, 1, 1, 1, 0, 360 ) d) DrawArc( p, 1, 1, 1, 1, 360, Math.PI ) e) None of the above

Computer Science & Information Technology

Because Java byte code is the same on all computers, compiled Java programs

a. are nonexistent b. must be re-compiled for each different machine before they can be run c. are highly portable d. cannot run on computers with different operating systems

Computer Science & Information Technology