text-overflow.html 166 B

12345678910
  1. <!doctype html>
  2. <style>
  3. div {
  4. overflow: hidden;
  5. white-space: nowrap;
  6. width: 75px;
  7. }
  8. </style>
  9. <div>This text gets clipped</div>
  10. <div>This tex…</div>