The process of testing a browser to detect which properties are supported is known as __________.
A. feature detection
B. browser sniffing
C. graceful degradation
D. progressive enhancement
Answer: A
Computer Science & Information Technology
You might also like to view...
You can use ________ to modify text with special effects such as shadows and 3-D effects
A) WordArt B) SmartArt C) Format Painter D) Fill
Computer Science & Information Technology
Which of the following best describes what happens when an object no longer has any references pointing to it?
a) The object is overwritten the next time the new operator is called. b) The object is overwritten the next time the new operator is called using the same class. c) The object is immediately deleted from memory. d) The object is marked as garbage and its associated memory is freed when the garbage collector runs. e) The object stays in memory for the remainder of the programs execution.
Computer Science & Information Technology