2023-02-24
2657
#css
Joseph Mawa
75126
Feb 24, 2023 â‹… 9 min read

A complete guide to CSS word-wrap, overflow-wrap, and word-break

Joseph Mawa A very passionate open source contributor and technical writer

Recent posts:

how to properly handle rejected promises in TypeScript

How to properly handle rejected promises in TypeScript

Learn how to properly handle rejected promises in TypeScript using Angular, with tips for retry logic, typed results, and avoiding unhandled exceptions.

Lewis Cianci
Jun 26, 2025 â‹… 4 min read
Your AI Has Agency — Here’s How To Architect Its Frontend

Your AI has agency — here’s how to architect its frontend

AI’s not just following orders anymore. If you’re building the frontend, here’s how to design interfaces that actually understand your agent’s smarts.

Rosario De Chiara
Jun 25, 2025 â‹… 5 min read
how to design apps with Apple Intelligence in mind

How to design apps with Apple Intelligence in mind

Apple Intelligence is here. What does it mean for frontend dev and UX? Explore the core features of the update, do’s and don’ts for designing with Apple Intelligence in mind, and reflect on the future of AI design.

Murat YĂĽksel
Jun 24, 2025 â‹… 10 min read
How To Optimize Your Next.js App With After()

How to optimize your Next.js app with after()

Next.js’ after() is a new API that lets you run logic after your route has finished rendering, without blocking the client.

Temitope Oyedele
Jun 24, 2025 â‹… 11 min read
View all posts

2 Replies to "A complete guide to CSS <code>word-wrap</code>, <code>overflow-wrap</code>, and <code>word-break</code>"

  1. The “ HTML tag allows the developer to define how the browser breaks the words.
    While it’s not CSS, it might be immensely helpful in conjunction with the article information.

Leave a Reply