Which of the following is true?

a) The dropShadow filter does not have color attribute.
b) The dropShadow filter attributes can only be set from withing the script.
c) The dropShadow filter does not have a direction attribute.
d) The dropShadow filter cannot be used with images.

c) The dropShadow filter does not have a direction attribute.

Computer Science & Information Technology

You might also like to view...

You need to create a report from an Access database containing sales figures. You want the report to include a final grand total and page numbers. Which of the following statements accurately defines what you must do in order to achieve these results?

A) Page numbers would be included on the report header section and the grand total would be included on the report footer section. B) Page numbers would be included on the report footer section and the grand total would be included on the page footer section. C) Page numbers would be included on the page footer section and the grand total would be included on the report footer section. D) Page numbers would be included on the group header section and the grand total would be included on the group footer section.

Computer Science & Information Technology

Select the code below that uses CSS to configure a background color of #eaeaea for a web page

a. body {background-color:#eaeaea; } b. document {background-page:#eaeaea; } c. body {bgcolor:#eaeaea; } d. None of the above

Computer Science & Information Technology