InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property defines how content should behave when it exceeds the width of its enclosing element?(a) overflow-y(b) overflow-x(c) overflow-z(d) overflow-widthI got this question by my school principal while I was bunking the class.My doubt stems from Cross-Browser Layout Techniques topic in section CSS Text, Borders and Images of CSS |
|
Answer» CORRECT option is (B) overflow-x Easy EXPLANATION: Syntax: overflow-x: auto | HIDDEN |
|