Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<style>
div {
width: 6ch;
overflow: hidden;
text-overflow: ellipsis;
}
div.first-line {
color: orange;
}
</style>
<div class="first-line">1234567</div>
<div>1234567</div>