InterviewSolution
Saved Bookmarks
| 1. |
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-kThis question was addressed to me in my homework.I would like to ask this question from CSS Box Model in chapter CSS Text, Borders and Images of CSS |
|
Answer» The CORRECT ANSWER is (a) overflow-x |
|