[CSS3] Text ellipsis

Link: http://www.w3schools.com/cssref/tryit.asp?filename=trycss3_text-overflow

 

div{
        white-space: nowrap;
        text-overflow: ellipsis; 
}

 

你可能感兴趣的:([CSS3] Text ellipsis)