Answers for "html three dots ellipsis"

CSS
1

html three dots ellipsis

text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
width:100px; // some width
Posted by: Guest on April-22-2022

Browse Popular Code Answers by Language