(53)
Answer (Choose 1 answer)
A. Hide vertical scrollbar and add a horizontal scrollbar
B. Syntax error
C. Hide horizontal scrollbar and add a vertical scrollbar
D. Add vertical scrollbar and add a horizontal scrollbar
div {
overflow-x: hidden;overflow-y: scroll;
Choose the right statement?