A text-level element does not start out on a new line, but instead flows alongside of, or ____ with, the rest of the characters in the grouping element.
A. inside
B. in margin
C. inline
D. online
Answer: C
Computer Science & Information Technology
You might also like to view...
Which of the symbols below means “zero or more, without limit”?
a) 0..* b) 0.. c) 0,1,2,… d) -1..*
Computer Science & Information Technology
Which control construct repeats a sequence of statements zero or more times?
a. while statement b. do-while statement c. for statement d. switch statement e. if-else statement
Computer Science & Information Technology