The text-overflow property specifies how overflowed content that is not displayed should be signaled to the user.
text-overflow: clip|ellipsis|string|initial|inherit;
div { text-overflow: ellipsis; }