CSS Box Model

Question 1
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property defines the style for the left border of an element?
border-style
border-left-style
border-left-width
border-right
Explanation:
Self-explainatory.
Question 2
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property defines the style for the bottom border of an element?
border-bottom-style
border-collapse
border-style-bottom
none of the mentioned
Explanation:
Self-explainatory.
Question 3
Marks : +2 | -2
Pass Ratio : 100%
Which of the following display property value is described by treats the element as inline?
inline-block
list-item
block
inline
Explanation:
Self-explainatory.
Question 4
Marks : +2 | -2
Pass Ratio : 100%
Which of the following box-sizing property value is described by width and height include content, padding, and borders?
border-box
content-box
content-box
none fof the mentioned
Explanation:
Self-explainatory.
Question 5
Marks : +2 | -2
Pass Ratio : 100%
Which of the following display property value is described by used internally by browsers to create list items. Of no practical value to web designers?
inline-block
list-item
group
none
Explanation:
Self-explainatory.
Question 6
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property sets a consistent margin on all four sides of the affected element?
boder
margin
padding
none fof the mentioned
Explanation:
Self-explainatory.
Question 7
Marks : +2 | -2
Pass Ratio : 100%
Which of the following Overflow property value is described by scrollbars should be provided if the content is too big, but actual implementation is left up to the browser?
visible
scroll
auto
hidden
Explanation:
Self-explainatory.
Question 8
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property controls the horizontal overflow of a block or inline block?
overflow-x
overflow
overflow-y
overflow-k
Explanation:
Self-explainatory.
Question 9
Marks : +2 | -2
Pass Ratio : 100%
Which of the following visibility property value is described by The element is not visible, but the layout of surrounding elements is not affected?
visible
hidden
collapse
none of the mentioned
Explanation:
None.
Question 10
Marks : +2 | -2
Pass Ratio : 100%
Which of the following property adds padding to the top of an element?
height
padding-height
top
padding-top
Explanation:
Self-explainatory.