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