Case-Based Critical Thinking Questions
?
Case 12-5
?
William has created the following style sheet rule for his website.
?
           
?
Which of the following syntaxes must William apply to the style sheet to remove the color violet completely from the website?

A. sheet.deleteRule(0)
B. document.deleteRule(0)
C. sheet.deleteRule(1)
D. document.deleteRule(1)

Answer: A

Computer Science & Information Technology

You might also like to view...

All of the following are apps EXCEPT ________

A) PowerPoint B) Word C) Windows 8.1.1 D) Excel

Computer Science & Information Technology

C++11 enables you to define functions and constructors that receive list initializers as arguments. To do so, you specify a parameter that uses the ________ class template.

a. list_initializer b. initializer c. list d. initializer_list

Computer Science & Information Technology