'noWrap' Syntax and Note : noWrap « Javascript Properties « JavaScript Reference

'noWrap' Syntax and Note

Note:

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

    

      
      








Related examples in the same category

1.'noWrap' Example
2.'noWrap' Possible Values
3.'noWrap' is applied to