If there is a logo on a Web page, a standard convention is to place it in the ____ and make it a link that points to the Web site's home page.

A. top-right
B. top-left
C. bottom-left
D. bottom-right

Answer: B

Computer Science & Information Technology

You might also like to view...

________ are two lines on a slide that intersect at the center

A) Stacks B) Grids C) Line weights D) Guides

Computer Science & Information Technology

If NEW_TIME is a constant equal to 86400, which of the following will set a cookie to expire in a day?

a. ``` time() + NEW_TIME ``` b. ``` time() + NEW_TIME + 1 ``` c. ``` time() + (NEW_TIME * 24) ``` d. ``` time() = NEW_TIME + 24 ```

Computer Science & Information Technology