'wrap' determines how to wrap text : rows textarea « Form « HTML / CSS

HTML / CSS » Form » rows textarea 
'wrap' determines how to wrap text
 
    
<HTML>
<head><Title>Example For wrap</Title></head>
<BODY>
<textarea wrap="soft" rows="4">
Text Text Text Text Text Text Text Text Text Text Text Text Text 
Text Text Text Text Text Text Text Text Text Text Text Text Text Text 
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text </textarea>
<textarea wrap="off" rows="4">
Text Text Text Text Text Text Text Text Text Text Text Text Text 
Text Text Text Text Text Text Text Text Text Text Text Text Text Text 
Text Text Text Text Text Text Text Text Text Text Text Text Text Text Text </textarea>
</BODY>
</HTML>
    
      
        
  
Related examples in the same category
1.'rows' sets the textarea height
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.