W3docs

text-overflow

CSS Property:

Result:

Example of the CSS text-overflow property.

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