You should use a ____ to provide formatting consistency between the table content and the rest of the page.

A. toolbar button
B. style sheet
C. task pane link
D. heading style


Answer: B

Computer Science & Information Technology

You might also like to view...

A well-designed method ________.

a. performs multiple unrelated tasks b. repeats code found in other methods c. contains thousands of lines of code d. performs a single, well-defined task

Computer Science & Information Technology

Suppose an array reptiles is ["snake", "turtle", "lizard"]. To add "crocodile" between the second and third items (i.e., between "turtle" and "lizard"), use the statement:

reptiles.splice(_______,_______,_______);

Computer Science & Information Technology

Which of the following is an application that produces the same kind of wireframes as the application in the accompanying figure?

A. Photoshop B. PowerPoint C. Illustrator D. Protoshare

Computer Science & Information Technology

Documents created with multiple columns often used justified text where the left and right margins of the columns of the text are aligned

Indicate whether the statement is true or false

Computer Science & Information Technology