
Q 1. 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?
A. inline-block
B. group
C. list-item
D. none
Show Answer
Answer:-C. list-itemQ 2. Which of the following property controls the horizontal overflow of a block or inline block?
A. overflow-x
B. overflow
C. overflow-y
D. overflow-k
Show Answer
Answer:-A. overflow-xQ 3. 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?
A. visible
B. scroll
C. hidden
D. auto
Show Answer
Answer:-D. autoQ 4. Which of the following property sets a consistent margin on all four sides of the affected element?
A. boder
B. padding
C. margin
D. none fof the mentioned
Show Answer
Answer:-C. marginQ 5. Which of the following box-sizing property value is described by width and height include content, padding, and borders?
A. border-box
B. content-box
C. content-box
D. none fof the mentioned
Show Answer
Answer:-A. border-boxQ 6. Which of the following property defines the style for the left border of an element?
A. border-style
B. border-left-style
C. border-left-width
D. border-right
Show Answer
Answer:-B. border-left-styleQ 7. Which of the following visibility property value is described by The element is not visible, but the layout of surrounding elements is not affected?
A. hidden
B. visible
C. collapse
D. none of the mentioned
Show Answer
Answer:-A. hiddenQ 8. Which of the following property adds padding to the top of an element?
A. height
B. padding-height
C. padding-top
D. top
Show Answer
Answer:-C. padding-topQ 9. Which of the following display property value is described by treats the element as inline?
A. inline-block
B. list-item
C. block
D. inline
Show Answer
Answer:-D. inlineQ 10. Which of the following property defines the style for the bottom border of an element?
A. border-style-bottom
B. border-collapse
C. border-bottom-style
D. none of the mentioned
Leave a Reply