New! My 44-page ebook "CSS in 44 minutes" is out! 😃
#text-overflow
Defines how the hidden text content behaves if it's overflowing.
            default
          text-overflow: clip;
        
The text content is clipped and not accessible.
          text-overflow: ellipsis;
        
The overflowing content is replaced by an ellipsis: …