In HTML, is it possible to insert a word wrapping hint?
问题 Imagine I have a long, multi-word line of text in a DIV: Hello there, dear customer. Please have a look at our offer. The DIV has a dynamic width. I want to word wrap the above text. Currently, the wrapping happens on a word boundary which maximizes the length of the first line: |-DIV WIDTH------------------------------------| Hello there, dear customer. Please have a look at our offer. I would prefer that the wrapping happen on the sentence boundary. However, if no wrapping is necessary, I