A ____ is an HTML document that contains the code for the elements that are the same on every Web page.

A. wizard
B. common application
C. template
D. contextual tool


Answer: C

Computer Science & Information Technology

You might also like to view...

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

1) A ComboBox is a TextBox with a drop-down list. 2) In a ComboBox only the programmer can enter items to the list. 3) The DropDownList style of a ComboBox prevents the user from entering items. 4) The SelectedIndexChanged occurs when the user selects a different item from the list.

Computer Science & Information Technology

What does each iteration of the insertion sort algorithm do?

a. Each iteration takes the next smallest element and inserts it at the beginning of the array. b. Each iteration takes the next element in the unsorted portion of the array and inserts it into the sorted portion. c. Sorted subarrays are inserted into the larger array. d. Each iteration determines the location of a pivot and inserts it into place.

Computer Science & Information Technology

The components of a class are called fields.

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

Computer Science & Information Technology

In the regression line Y = a+ bX + e, a is the slope of the regression line.?

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

Computer Science & Information Technology