Javascript Properties JavaScript Reference

Note:
Read and write property. 
Word wrap the content?
For , the width property overrides noWrap. 
For , the noWrap property overrides width.
    
Syntax:
    
document.body.noWrap = value
document.getElementById("elementID").noWrap = value
document.all.elementID.noWrap = value // IE only