Elements, such as sidebars or drop caps, can add ____________________ interest to your page by calling out specific text or characters.

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


visual

Computer Science & Information Technology

You might also like to view...

The evaluation criteria for SHA-3 are security, ___________, and algorithm and implementation characteristics.

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

Computer Science & Information Technology

Which option is not available in the Colors dialog box?

A) Contrasting colors B) Theme colors C) Standard colors D) Custom colors

Computer Science & Information Technology

Case OL 4-1Marin just began a new job as a sales consultant. She is entering contact information in Outlook from co-workers and potential clients. Marin created a contact group and wants to share it with a co-worker. Which command can she use to e-mail him the contact group?

A. Add Members B. Meeting C. Forward Group D. Delete Group

Computer Science & Information Technology

What operation does the following BST algorithm describe?Algorithm aBSTAlgorithm (root)   if (left subtree empty)      return (root)   end if   return aBSTAlgorithm (left subtree)end aBSTAlgorithm

A. inorder traversal B. find the smallest node C. find the largest node D. find a requested node

Computer Science & Information Technology