A selected element is highlighted in the ____ panel.

A. Elements
B. Layers
C. Properties
D. Tools

Answer: A

Computer Science & Information Technology

You might also like to view...

What is displayed after line 7 is run?

``` string new1, new2; 1 string text1 = “C++”; 2 string text2 = “math”; 3 string text3 = “chocolate”; 4 stringstream ss; 5 ss << “I love” << text3 << “and” << text2; 6 new1 = ss.str(); 7 cout << new1; 8 st << text1 << “is easy to learn!”; 9 new2 = st.str(); 10 cout << st;``` A. I love chocolate and math B. I love C++ C. I love D. I love math and chocolate.

Computer Science & Information Technology

The effective use of a _____ is critical to attracting prospects to a Web site.

a. newsletter b. forum c. browser cookie d. search engine

Computer Science & Information Technology