'word-wrap' Example : word wrap « CSS « HTML / CSS






'word-wrap' Example

    
<html>
<body>
<div style="width:80pt; background-color:red; word-wrap:breakword;">
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text 
</div>
</body>
</html>

    
      
      








Related examples in the same category