A clipping area describes the portions of an elements rendering box that are visible. In less geeky terms, think of this property as “cropping” your element to size. A great use can be for creating thumbnails of images that already exist without having to resize them. Throw some JS into the equation and you can pull off some pretty cool effects.