CSS Box Model
- Which of the following box-sizing property value is described by width and height include content, padding, and borders?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
border-box
- Which of the following property sets a consistent margin on all four sides of the affected element?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
margin
- 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?
-
View Hint View Answer Discuss in Forum
None of these
Correct Option: A
auto
- Which of the following property controls the horizontal overflow of a block or inline block?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
overflow-x
- 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?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
list-item