Intermediate HTML & CSS
Q54 / 100

What is the effect of "overflow: hidden" on a container with content larger than its size?

Correct! Well done.

Incorrect.

The correct answer is B) Content that exceeds the container's box is clipped and not visible, with no scrollbars provided

B

Correct Answer

Content that exceeds the container's box is clipped and not visible, with no scrollbars provided

Explanation

"overflow: hidden" clips any content extending beyond the element's padding box without providing a way to scroll to see it.

Progress
54/100