What attribute do you use to group check boxes to allow the user to select multiple values for the same property?

A. name
B. multi
C. group
D. select


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following developmental policies can help an IT department address secure programming issues?

A) All code must be checked for back doors and Trojan horses. B) All buffers must have error handling to prevent buffer overruns. C) All communication must adhere to an organization's secure communications guidelines. D) All of the above

Computer Science & Information Technology

The __________ of a linked list points to the first node in the list.

a. starter b. head c. tail d. declaration e. None of these

Computer Science & Information Technology

Data bars make it easy to quickly identify the high and low values in a range of cells and also highlight the relative value of cells to one another.

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

Computer Science & Information Technology

Which is the correct way to reference the CSSĀ font-family property in JavaScript when using dot notation??

A. ?font-family B. ?fontfamily C. ?fontFamily D. ?font.family

Computer Science & Information Technology