Which of the following is an example of a relative value of the font-size property?

A. pt
B. px
C. em
D. pc


Answer: C

Computer Science & Information Technology

You might also like to view...

For properties that do not have any additional logic in their Set and Get accessors, __________ properties allow you to write one line of code and have the compiler generate the

a) automatic b) auto-implemented c) auto-coded d) None of the above

Computer Science & Information Technology

Use the _______ property in the HTML link tag to to associate a web page with a style sheet for printing.

a. ``` media="print" ``` b. ``` out="printer ``` c. ``` media="paper" ``` d. ``` media="screen" ```

Computer Science & Information Technology

Add four new functions to your convert.js library file that convert between pounds and kilograms, and also between square feet and square meters. Note that:

1 kilogram = 2.205 pounds 1 square meter = 10.764 square feet Once you have done this, modify your metric.html page so that the user can convert values using each of these functions.

Computer Science & Information Technology

The combination of a sender's full address (network address plus port) and receiver's address (network address plus port) makes up a ____.

A. socket B. packet C. bastion D. DMZ

Computer Science & Information Technology