____ is a markup language introduced in 1980 that describes the structure and content of documents or of any type of information that is readable by machines.

A. SGML
B. HTML
C. CML
D. XHTML


Answer: A

Computer Science & Information Technology

You might also like to view...

Given that the line

delete newPtr; just executed, what can you conclude? a. The memory referenced by newPtr is released only if it is needed by the system. b. The pointer newPtr is of type void *. c. The pointer newPtr only exists if there was an error freeing the memory. d. The pointer newPtr still exists.

Computer Science & Information Technology

You can wait for multiple Tasks to complete by awaiting the result of Task static method ________.

a) whenAny b) WhenAll c) when d) whenTask

Computer Science & Information Technology

Which data structures are used by a radix sort?

a) stacks b) queues c) heaps d) both a) and b) are correct e) a), b), and c) are all correct

Computer Science & Information Technology

When converting selected text to a table, Word uses the all of the following characters to determine the number of columns EXCEPT for:

A) carriage returns. B) hyphens. C) commas. D) tabs.

Computer Science & Information Technology