One of the great advantages of relative units like the em unit is that they can makeyour page ______, allowing the page to be rendered the same way no matter what fontsize is used by the browser.

A. expandable
B. collapsable
C. flexible
D. scalable


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following expressions best represents the condition "if the grade is between 75 and 100"?

a)``` if (75 < grade && grade< 100) ``` b)``` if (grade != 75 && grade != 100) ``` c)``` if (75 < grade < 100) ``` d)``` if (75 > grade || grade < 100) ``` e)``` if (75 < grade || grade < 100) ```

Computer Science & Information Technology

Why is using named constants a good programming practice?

What will be an ideal response?

Computer Science & Information Technology

The Transformation Function that resizes the object by a factor of x horizontally and a factor of y vertically is ____.

A. translate(x, y) B. scale(x, y) C. skew(x, y) D. matrix(x, y, n, n, n, n)

Computer Science & Information Technology

The familiar © symbol or "Copyright" is not required to indicate copyright, nor does it automatically ____________________ your work.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology