Html – Using only CSS, is there a way to limit text inside a div to exactly, X number of characters without the use of Ellipsis?
I know we can limit text to certain characters using Ellipsis or even use JavaScript. But I am wondering if there is no JavaScript available, and I don't want Ellipsis(...) at the end of my text, is this do able…