text-overflow-ellipsis-multiline-001-ref.html (195B)
1 <!DOCTYPE html> 2 <style> 3 div { 4 width: 6ch; 5 overflow: hidden; 6 text-overflow: ellipsis; 7 } 8 div.first-line { 9 color: orange; 10 } 11 </style> 12 <div class="first-line">1234567</div> 13 <div>1234567</div>