Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

text limit in html

<span style="
  display:inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 13ch;">
Lorem ipsum dolor sit amet
</span>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #text #limit #html
ADD COMMENT
Topic
Name
6+8 =