CSS – Breaking long words wrap onto the next line

CSS has a property named word wrap and it can be used as follows.

.wrap { word-wrap:break-word; }

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.