'width' Syntax and Note : width « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'width' Syntax and Note

Note:

Sets the element width.

Syntax:
    
element { width: value }
elementID.style.width = "value"
document.all.elementID.style.width = "value" // IE only
    

      
      








Related examples in the same category

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