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
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
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
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)
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