#summary The applet width attribute specifies the width of a Java applet. #labels about-html,is-html-attribute,from-w3c You are here: [Welcome Home] > [HTMLReference HTML Reference] > [HTMLElements Elements] > [AppletElement element] > *width attribute* == Usage == See [AppletElement ] for usage information and examples. == Values == The `width` attribute specifies the width in pixels, and as such it must be a positive integer, or 0. Unlike widths in CSS, this attribute must NOT include the "px" unit of measure. The `width` attribute is always understood in pixels. == Elements == You can use the `width` attribute on the following elements: * [AddressElement
] * [AppletElement ] * [BlockquoteElement
] * [CaptionElement ] * [CanvasElement ] * [CenterElement
] * [ColElement ] * [ColgroupElement ] * [DdElement
] * [DirElement ] * [DivElement
] * [DlElement
] * [DtElement
] * [EmbedElement ] * [FieldsetElement
] * [FormElement
] * [FrameElement ] * [FramesetElement ] * [HrElement
] * [IframeElement