Space inserted to make a document more readable is called
a. special space
b. white space
c. CSS space
d. HTML space
b. white space
You might also like to view...
Companies and organizations may advertise their brands by creating ____ on Facebook.
A. Fun pages B. Ad pages C. Fan pages D. Ning pages
The summary calculation that calculates the total of all values in the field is ____.
A. COUNT B. AVG C. SUM D. MIN
What type of algorithm is the following code? n = len(myList)while n > 1: i = 1 while i < n: if myList[i] < myList[i - 1]: swap(myList, i, i - 1) i += 1 n -= 1
A. linear sort B. bubble sort C. insertion sort D. selection sort
HTML defines a collection of font styles called ____ to format the size of text.
A. headings B. segments C. horizons D. preformats