To make sure a browser doesn't add padding and margin space around an element, make sure in Dreamweaver to add ____ to items so they will fit in their assigned space.
A. a zero margin
B. the operator #nomargin
C. NULL space
D. the #locked property
Answer: A
Computer Science & Information Technology
You might also like to view...
Which of the following would not be used to clarify a dangling-else?
a. Indentation. b. Parentheses (). c. Braces {}. d. Comment //.
Computer Science & Information Technology
Three new versions of SHA with hash value lengths of 256, 384, and 512 bits are collectively known as __________ .
A. SHA-3 B. SHA-1 C. SHA-2 D. SHA-0
Computer Science & Information Technology
An abstract class captures the common features and behavior of a set of related classes.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
What is the output of the following code? sum = 0for value in range(1,4): sum += valueprint(sum)
A. 5 B. 10 C. 4 D. 6
Computer Science & Information Technology