In CSS3, the word-break property is used to specify how words should break when reaching the end of a line. The syntax for the word-break property is as follows:

BY Best Interview Question ON 22 Feb 2020

Example

p.a {
   word-break: break-all;
}