Practicing good, standard-based Web design means using HTML to define a document's structure and using ____ to control its presentation by defining visual properties.

A. XHTML
B. CSS
C. Java
D. a graphics program


Answer: B

Computer Science & Information Technology

You might also like to view...

Use an int template nontype parameter numberOfElements and a type parameter element- Type to help create a template for the Array class (Figs. 11.6–11.7) we developed in Chapter 11. This template will enable Array objects to be instantiated with a specified number of elements of a specified element type at compile time. Write a program with class template Array. The template can instantiate

an Array of any ele- ment type. Override the template with a specific definition for an Array of float elements (class Array< float >). The driver should demonstrate the instantiation of an Array of int through the template and should show that an attempt to instantiate an Array of float uses the definition pro- vided in class Array< float >. What will be an ideal response?

Computer Science & Information Technology

The argument you pass to the strlen() function is a literal string or string variable whose ____________________ you want to count.

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

Computer Science & Information Technology

While not as detail-rich as vector images, bitmap graphic files are smaller and can be enlarged without losing image quality.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The four colors on the Theme Colors button represent the primary text and background colors and two accent colors.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology