Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<style>
.clamp {
border: 1px solid black;
padding: 4px;
background-color: yellow;
height: 3.5lh;
}
#line1 {
line-height: 2lh;
}
</style>
<p>The ellipsis should appear right after the end of the second line.</p>
<div class="clamp">
<span id="line1">Line 1</span> <br>
Line 2…
</div>