'width' Syntax and Note : width pre « Javascript Properties « JavaScript Reference

'width' Syntax and Note

Note:

Read and write property. 
Set the element width.
    
Syntax:
    
document.getElementById("preID").width = value
document.all.preID.width = value // IE only

    

      
      








Related examples in the same category

1.'width' Example
2.'width' is applied to