A(n) ____________________ is a set of character and paragraph attributes that you can define and name.

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


style

Computer Science & Information Technology

You might also like to view...

Which statement about insertion sort is true?

a. A maximum of n comparisons are needed to sort the array, where n is the number of elements. b. The algorithm is simple compared to other sorting procedures. c. No temporary variables are needed. d. Performance is maximized.

Computer Science & Information Technology

If you click a location on the ruler where you want a new tab located, how do you know which type of tab will be inserted?

A) A center tab is always inserted. B) Whichever tab marker displays on the Tab button is the type of tab that will be inserted. C) Whichever tab marker displays on the Ribbon is the type of tab that will be inserted. D) A left tab is always inserted but you can change it to a different type of tab later.

Computer Science & Information Technology

How many times will this for loop execute? (Note: i is an int.) for(i = 100; i > 0; --i)

A. 0, the loop will not execute B. 99 C. 100 D. The loop is not written correctly. It would not compile.

Computer Science & Information Technology

Web browsers size each column to be as wide as the widest item in each cell, up to the width of the browser window.

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

Computer Science & Information Technology