If you only want to copy the descendent elements and attributes of the summary element but not the summary element itself, use the wildcard character (_____) in thecopy-ofelement structure.

A. ?@
B. ?%
C. ?&
D. ?*


Answer: D

Computer Science & Information Technology

You might also like to view...

Which of the following bitset member functions cannot be called with an empty argument list?

a. reset b. test c. size d. none

Computer Science & Information Technology

_______ are used to make comparisons.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Write a script that outputs HTML to display the following patterns separately one below the other. Use for loops to generate the patterns. All asterisks (*) should be printed by a single statement of the form document.write( "*" ); (this causes the aster- isks to print side by side). A statement of the form document.writeln( "
" ); can be used to position to the next line. A statement of the form document.write( " " ); can be used display a space for the last two patterns. There should be no other output statements in the program. (Hint: The last two patterns require that each line begin with an appropriate number of blanks. You may need to use the HTML

 tags.)

Computer Science & Information Technology

FIGURE WIN 1-1 In Figure WIN 1-1 above, #2 is pointing to the ____.

A. work area B. desktop C. status bar D. notification area

Computer Science & Information Technology