Vidyalelo
CSS · Q13

CSS Properties, CSS Elements, CSS Functions and Tables

Programming · CSS · question 13

Q13

Which of the following is an appropriate value for overflow element?

A.
hidden
B.
auto
C.
scroll
D.
all of the mentioned
Answer

Answer: Option D

Solution

Answer: Option D
Solution:
Overflow of a div or a container can have the following values: visible|hidden|scroll|auto|initial|inherit.