The text-overflow CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis ('…'), or display a custom string. code example
Example: css text overflow
overflow: scroll;
white-space: nowrap;
overflow: scroll;
white-space: nowrap;