To specify fonts in your CSS code, you use thefont-familyproperty. The font-family property value is a font stack that includes one or more font family names and ends with a(n) ____ font family name.

A. universal
B. generic
C. specific
D. assigned


Answer: B

Computer Science & Information Technology

You might also like to view...

Which of the following prints the address of character string string given the following declaration?

char* string{"test"}; a. cout << string; b. cout << *&string; c. cout << static_cast(string); d. cout << *string;

Computer Science & Information Technology

Which of the following is a format that was created by the Motion Picture Experts Group and is generally used for DVDs and multimedia pieces rather than for Web distribution?

A. .mpg B. .rpm C. .mov D. .avi

Computer Science & Information Technology

When specifying content for the:beforeand:afterpseudo-elements, a pair of quotes with not content creates an empty string, which you use to __________.

A. remove any content created in other style rules B. specify a space as the content C. specify a single quote as the content D. specify a pair of quotes as the content

Computer Science & Information Technology

Case Based Critical ThinkingKatie works at a small advertising company that specializes in photo retouching. She is promoted to start a new division - one that will design brochures, magazines, and other types of print pieces for clients. In a report to the owners, Katie explains that each of her new workstations must be equipped with Adobe InDesign, which is primarily a ____ type of application.

A. Word processing B. Photo manipulation C. Drawing D. Layout

Computer Science & Information Technology