How to word wrap text in HTML? October 15, 2022 by Tarik Try this: div { width: 200px; word-wrap: break-word; }