CBSE Class 10 Computer Applications
Question 11 of 37
Cascading Style Sheets (CSS) — Question 7
Back to all questions 7
Question Question 7
In the following code snippet, what value is given for the left margin :
margin: 5px 10px 3px 8px;
- 3px
- 10px
- 8px
- 5px
8px
Reason — The order of border margin values is top, right, bottom and left. Thus, the value given for the left margin is 8 pixels.