Expression Web includes three views for working with a page. Define the three views and include an example of when you can use each type of view.

What will be an ideal response?


The three views are explained below:
•Design view shows what a page will look like when viewed in a browser. This is the default view in Expression Web and the view you work in most often.
•Code view displays the HTML code that the page is written in, so it's useful if you are writing or revising code, or identifying trouble spots in a page.
•Split view is a combination view; it displays both a Code pane (at the top of the editing window) and a Design pane (at the bottom of the editing window) so that you can see both views at once. Split view is useful for debugging a page because you can make changes in the Design view window and see the resulting code in the Code view window.

Computer Science & Information Technology

You might also like to view...

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

1. Inside a Java method definition, you can use the keyword this as a name for the calling object. 2. Boolean expressions may be used to control if-else or while statements. 3. The modifier private means that an instance variable can be accessed by name outside of the class definition. 4. It is considered good programming practice to validate a value passed to a mutator method before setting the instance variable.

Computer Science & Information Technology

Which of the following is a standard document property?

A. author B. date the presentation file was created or changed C. theme D. variant

Computer Science & Information Technology

Which option allows you to search for audio files in the Microsoft Office collection?

A) Record Audio B) Audio from File C) Online Audio D) Insert Media

Computer Science & Information Technology

What is the Network layer unique identifier assigned to each device on a TCP/IP network?

A. IP address B. MAC address C. router name D. port number

Computer Science & Information Technology