Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<style>
div {
width: 5ch;
overflow: hidden;
text-overflow: ellipsis;
}
div::first-line {
text-decoration: underline;
}
</style>
<div>
<br>
1234567
</div>