?The style rule
* {color: blue;}
uses the asterisk (*) selector-also known as the _____ selector-to select all elements in a document.?
A. ?character
B. ?text
C. ?wildcard
D. ?object
Answer: C
You might also like to view...
Which function accepts two strings as arguments and returns True if the second string is contained in the first string or False if not?
a. append c. contains b. concatenate d. substring
When a word in a document is selected and moused over, the transparent ________ tool bar, which displays common formatting options, appears
A) Font B) Mini C) Layout D) Quick Access
In client based virtualization the host OS sits on the Hypervisor
a. true b. false
when:
a. The constructor in the base class is virtual. b. delete is used on a base-class pointer to a derived-class object. c. delete is used on a derived-class object. d. A constructor in either the base class or derived class is virtual.