The ____ is the large area in the Dreamweaver program window where you create and edit web pages.

A. Menu bar
B. Document window
C. Insert bar
D. Document toolbar


Answer: B

Computer Science & Information Technology

You might also like to view...

Assuming the same file system as before, consider a scenario consisting of selecting a file on a floppy, dragging it to Folder and releasing the mouse. Identify and define at least one control object associated with this scenario.

What will be an ideal response?

Computer Science & Information Technology

What is the significance of the second function argument in the following line?

``` window.setInterval( "run()", 100 ); ``` a) The value sets how many times to call the function specified in the first argument. b) The value sets how long the function is run for. c) The value sets how often to run the function. d) The value sets the time to wait before calling the function once.

Computer Science & Information Technology

The most common way to select text to work with is to highlight it using the mouse

Indicate whether the statement is true or false

Computer Science & Information Technology

Why might you want to freeze rows or columns in a large dataset?

What will be an ideal response?

Computer Science & Information Technology