Case 2Lauren is deciding which colors to use for her new Web site. She has been told by one coworker that she should use Web-safe colors; however, another coworker has told Lauren that using Web-safe colors is no longer important.Lauren knows that her Web site will be used extensively on cell phones and handhelds. Under these circumstances, you recommend that she use ____.

A. generic colors
B. Web-safe colors
C. cell phone/handheld exclusive colors
D. any colors


Answer: B

Computer Science & Information Technology

You might also like to view...

Use the ____ attribute to let the screen reader software know the association between table data and the cells below it or to its right.

A. adjacent B. proximity C. border D. scope

Computer Science & Information Technology

Which statement correctly creates a set named rainbow that contains the 7 colors in a rainbow?

A. colors = ["red", "orange", "yellow", "green", "blue", "indigo", "violet"] rainbow = set(colors) B. colors = {red, orange, yellow, green, blue, indigo, violet} rainbow = colors C. colors = {red, orange, yellow, green, blue, indigo, violet} rainbow = colors D. colors = {"red", "orange", "yellow", "green", "blue", "indigo", "violet"} rainbow = colors.set

Computer Science & Information Technology

The function call ____ requests enough memory to store 10 characters.

A. realloc(10,sizeof(char)) B. calloc(sizeof(char),10) C. malloc(sizeof(char)) D. malloc(10 * sizeof(char))

Computer Science & Information Technology

A reserved symbol can be added in a Hypertext Markup Language (HTML) webpage by inserting its HTML entity name.?

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

Computer Science & Information Technology