It breaks the text and make text to fill in the nextline
<body>
<p>Wordwrap property breaks the page and makes the text enter in to nextline</p>
<p style="height:200px;width:190px;border:2px solid green;word-wrap:break-word;">TechFunda is a free How to web technologies tutorials website. Enjoy your learning in How to manner that are based on real time problem solutions. If you have a how to problem to ask, please ask here.</p>
</body>
In the above code snippet we have defined the wordwrap property by using word-wrap="break-word", it break the text and makes text to fill in the nextline
output
Views: 3369 | Post Order: 139