i want to show ellipsis after some width.i want to do this with css. & only in one span tag.(no other tag should used label..etc). how can i achieve this.
<span>Name: Patrick Jonson</span>
output should be below one
Name: Patrick jon...
problem is that it break word when space appear.
Please help.