Lecture

Overflow Handling

The CSS overflow property specifies how to handle content that extends beyond an element's border.


Key Values of Overflow

The Overflow property can have the following values:

  • visible: The default value where content is displayed beyond the element's border

  • hidden: Content that extends beyond the border is not visible

  • scroll: Scrollbars are always displayed, and content that extends beyond the border can be scrolled

  • auto: Scrollbars are displayed only if content extends beyond the border


Please follow the emphasized parts in the code to input.

Mission
0 / 1

In CSS, the default value of the overflow property is hidden.

True
False

Lecture

AI Tutor

Design

Upload

Notes

Favorites

Help

HTML
CSS
Loading...