Which of the following cannot be a target?

A. Web site home page
B. hyperlink
C. Word document
D. Excel worksheet


Answer: B

Computer Science & Information Technology

You might also like to view...

Describe the SQL Server Import and Export Wizard.  What are its advantages and limitations?

What will be an ideal response?

Computer Science & Information Technology

When content of a cell is rotated or angled, the row height is automatically increased

Indicate whether the statement is true or false.

Computer Science & Information Technology

Describe the operations you can perform when a table is in Design view.

What will be an ideal response?

Computer Science & Information Technology

Select the answer that should be used to replace the missing code in the following statements. ? myList = list()fileObj = open("myfile.dat", "rb")while True: try: item = pickle.load(fileObj) myList.append(item) fileObj.close() breakprint(myList) ? ?

A. if EOF: B. elif Error: C. except EOFError: D. else while TRUE:

Computer Science & Information Technology