The name of an AP div cannot contain ____.

A. spaces
B. symbols
C. numbers
D. either a or b


Answer: D

Computer Science & Information Technology

You might also like to view...

End-of-line comments that should be ignored by the compiler are denoted using:

a. Two forward slashes ( // ). b. Three forward slashes ( /// ). c. A slash and a star ( /* ). d. A slash and two stars ( /** ).

Computer Science & Information Technology

How does Ajax help to build effective Web pages?

What will be an ideal response?

Computer Science & Information Technology

The command, CREATE TABLE AS LEVEL1_CUSTOMER FROM CUSTOMER; creates a table called LEVEL1_CUSTOMER that has the same structure as CUSTOMER.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which statement is false?

a) Function atof returns a double version of its argument. b) If the converted value cannot be represented, the behavior of atoi is undefined. c) When using functions from the general utilities library, its header file must be included. d) Function strtol receives three arguments.

Computer Science & Information Technology