Which of the following is a markup language?

A. XML (Extensible Markup Language)
B. XHTML (Extensible HTML)
C. SGML (Standard Generalized Markup Language)
D. All of the above

Answer: D

Computer Science & Information Technology

You might also like to view...

The Web Archive, single file format is supported by all Web browsers

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the following statements is false:

As of C++11, C++ now supports raw string literals that have the format R";optionalDelimiter(characters)optionalDelimiter" a. The optionalDelimiter before the left parenthesis, (, and after the right parenthesis,), must be identical, if provided. b. The parentheses are required around the characters that compose the raw string literal. c. The compiler automatically inserts backslashes as necessary in a raw string literal to properly escape special characters like double quotes ("), b backslashes (\), etc. d. None of the above.

Computer Science & Information Technology