Cómo ocultar el texto que es más largo que su padre Div

/* Do this in the parent div */
div {
  overflow: hidden;
}
Plain Panda