I have a p tag with fix width. If a long sentence came then that sentence should be sliced automatically like in the figures below.

So this sentence should show like this.

I tried many Css options like word-wrap and text-overflow but nothing work. Some makes width increase and some make other issues. I also tried overflow:hidden, this hides second line but did not add ... at the end of first line.