- Display inline height and width is not applicable
height 100px; width 100px;
- Display block height and width is applicable
height 100px; width 100px;
- Display inline-Block heigtht and width is applicable
height 100px; width 100px;
- Display none Not visible
height 100px; width 100px;