how to remove text wrapping in html code example Example: stop text from wrapping div { white-space: nowrap; overflow: hidden; }