Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<title>CSS Test Reference</title>
<style>
#overflow {
overflow: hidden;
text-overflow: ellipsis;
width: 100px;
border: 1px solid black;
}
</style>
<div id="overflow">ELLIPSISELLIPSIS</div>