1. CSS line-clamp

    CSS property that will contain text to a given amount of lines when used in combination with `display: -webkit-box`. It will end with ellipsis when `text-overflow: ellipsis` is included.

  2. CSS3 Text-overflow

    Append ellipsis when text overflows its containing element

  3. css property: text-overflow: clip

  4. css property: text-overflow: ellipsis

  5. css property: text-overflow: <string>

  6. css property: text-overflow: two-value syntax