Introduction
Description | Value | Description |
|---|---|
| Visisble | Which allows the to overflow through the borders of containing elements. |
| hidden | In which the content of the nested elements is simply cutted in which scroll bar is not visible. |
| scroll | In which scroll bar is visible which allow user to scroll the to see the content because the size of the content doesn't change. |
| auto | Which is same as scroll in which scroll bar is shown if content does overflow.. |
| widows | Which specify the minimum number of lines display at the top of the page if not the entire text block is moved to the previous page. |
Key Points