Word-break opportunities
🔥 Have you heard about the
<wbr>
tag?Use the
<wbr>
tag to define word break opportunities. If the text can be displayed on one line, it won’t break. If there’s not enough space, it will.#100DaysOfCode #CodeNewbie #HTML #Frontend #webdev #coding #programming #tips #tricks
pic.twitter.com/FqRefhZpMp
— Joseph 💻 (@frontenddude) July 13, 2020
<p>
If there isn't enough space this paragraph will break here, <wbr />
if there is enough space, it won't.
</p>