HTML
<div>
This div is too small to display its contents to display the effects of the overflow property.
</div>
CSS
div {
width:100px;
height:100px;
overflow:scroll;
}
Result
The content above is clipped in a 100px by 100px box, with scrolling available ...