InterviewSolution
Saved Bookmarks
| 1. |
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) auto(d) hiddenThe question was asked during an interview.This interesting question is from CSS Box Model in portion CSS Text, Borders and Images of CSS |
|
Answer» RIGHT OPTION is (C) auto The BEST I can EXPLAIN: Self-explainatory. |
|