Solved

Which of the Following Configures a Margin for an Element

Question 3

Multiple Choice

Which of the following configures a margin for an element with the following values: top margin 30 pixels, left margin 150 pixels, right margin 0 pixels, and bottom margin 0 pixels?


A) margin: 150px 20px 0 300px;
B) margin:top-30, left-150, right-0, bottom-0;
C) margin:30px 0 0 150px;
D) none of the above

Correct Answer:

verifed

Verified

Related Questions