Hypertext markup language text files must end in ____.

A. .html or .jpg
B. .xml or .xtm
C. .htm or .html
D. .xhtm or .xhtml


Answer: C

Computer Science & Information Technology

You might also like to view...

The _____ is a measure of the spread of the values in a data set.

a. correlation coefficient b. linear regression coefficient c. mean d. standard deviation

Computer Science & Information Technology

Which of the following declares an array of 10 elements and assigns the value 5.6 to the first element?

a) float numbers[9]; numbers[0] = 5.6; b) float numbers[9]; numbers[1] = 5.6; c) float numbers[10]; numbers[0] = 5.6; d) float numbers[10]; numbers[1] = 5.6;

Computer Science & Information Technology

Python provides two iteration statements— _________ and _________ :

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

Entrance-controlled loops are also referred to as ____________________ loops.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology