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

1. Your local site and your remote site should have the same folder structure.
2. A URL is what a user sees in the title bar of the browser.
3. Any image can be turned into an image map by simply drawing hot spots.
4. Setting a table width based on a percentage creates a fixed table width, which will appear the same size on all browsers.


1. True
2. False
3. True
4. False

Computer Science & Information Technology

You might also like to view...

The syntax that declares a Java named constant named SALES_TAX is:

a. double SALES_TAX = 7.50; b. public double SALES_TAX = 7.50; c. public static double SALES_TAX = 7.50; d. public static final double SALES_TAX = 7.50;

Computer Science & Information Technology

Which standards organization is named for the Greek word for "equal"?

A. OSI B. ISO C. Cisco D. IEEE

Computer Science & Information Technology

Which of the following is true about lists?

A. items must be sorted B. items must be physically contiguous C. the order of items is unimportant D. items are logically contiguous

Computer Science & Information Technology

The dictum ____ says that the results you get out of a simulation model are only as good as the data and the assumptions put into the model.

A. garbage in, garbage out B. first in, first out C. last in, last out D. first in, last out

Computer Science & Information Technology