Case Question 2Monica is responsible for the appearance of her company's Web site.  She is currently experimenting with different ways of changing style rules in order to find a workflow that is right for her.Monica learns that she can edit the ____ directly to modify an existing rule.

A. attributes
B. style sheet
C. properties
D. codes


Answer: B

Computer Science & Information Technology

You might also like to view...

________ communication allows you to send a message to someone who is not online at the same time

A) Static B) Dynamic C) Asynchronous D) Synchronous

Computer Science & Information Technology

If you want to see how different interest rates affect a monthly payment, you would use a:

A) two-variable data table. B) table array. C) one-variable data table. D) defined name.

Computer Science & Information Technology

____ is concerned with understanding what a person is saying.

A. Voice recognition B. Voice authentication C. Voice processing D. Voice translation

Computer Science & Information Technology

The code for the __iter__ method is shown below. What is the missing code? def __iter__(self): while cursor < len(self): yield self.items[cursor] cursor += 1

A. cursor = 0 B. cursor = 1 C. cursor = self.size D. cursor = len(self)

Computer Science & Information Technology