text-overflow
CSS Property:
Result:
CSS Code:
#myDiv {
width:100px;
background-color:pink;
padding:10px;
white-space: nowrap;
overflow:hidden;
text-overflow: clip;
}
Click the property values above to see the result
Click the property values above to see the result