<div>

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum

</div>

div {

width: 200px;

height: 100px;

border: 2px solid black;

}

6.5 image

As you can see, the text is spilling out of our box and looking very untidy. Let’s see what we can do here.

The available options are as follows:

These four options are very useful and powerful and can even be used for non-text content inside the element. Even other divs that are absolutely positioned inside the div will be affected and clipped if overflowing.