Prev Demo
CSS3
>
Wordwrap Properties
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title></title> </head> <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> </html>
Note: We DO NOT save your trial code in our database.
Output