<!DOCTYPE html> | |
<meta charset="utf-8"> | |
<title>CSS Reference</title> | |
<style> | |
.clamp { | |
border: 1px solid black; | |
padding: 4px; | |
background-color: yellow; | |
} | |
</style> | |
<p>The ellipsis should appear right after the end of the first line.</p> | |
<div class="clamp">Some text hereā¦</div> |