HTML and XML are both examples of ________

A) markup languages
B) web query sources
C) tags
D) multimedia

Answer: A

Computer Science & Information Technology

You might also like to view...

The first line of a JavaScript function that provides the function name is the ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

For The Java statements will result in:

``` String c = "Hello. She sells sea shells"; int i = c.indexOf("ll"); int j = c.lastIndexOf("ll"); ``` a. i = 2 and j = 24. b. i = 3 and j = 24. c. i = 2 and j = 25. d. i = 3 and j = 23.

Computer Science & Information Technology