________ displays a presentation outline to the left of the Slide pane and can be edited and displayed immediately
Fill in the blank(s) with correct word
Outline View
You might also like to view...
The command find . name "first.cpp" exec rm {}\;
a: starts from the current directory, and deletes all instances of first.cpp b: starts from the home directory, and executes all instances of first.cpp c: starts from the root directory, and removes files that are executable d: all of the above
The CSS to create the class called myfloat that floats to the right of the other page content, has a 10px margin, and a solid border is:
a. ``` .myfloat { float:right; margin:10px; border: 1px solid #000000; } ``` b. ``` #myfloat { right:float: margin 10px; border: 1px solid #000000; } ``` c. ``` .myfloat { float:right; 10px:margin; border: 1px solid #000000; } d. `````` .myfloat { float:right; margin:10px; border: on; } ```
Match the following navigation shortcuts with their actions:
I. Right arrow II. Page Down III. Home IV. End V. Ctrl + Home A. Moves active cell down one screen B. This does nothing by itself C. Moves active cell to column A, row 1 D. Moves active cell to column A in that row E. Moves right one cell in the same row
Viddler uses an AJAX plug-in to access a Webcam and microphone in order to broadcast or record video on the Web.
Answer the following statement true (T) or false (F)