CSS Property:
text-overflow:
clip
ellipsis
initial
Result:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit.
CSS Code:
#myDIV {
overflow:hidden;
text-overflow:
clip
;
}
Click the property values above to see the result
W3Schools.com
- Play it