files/en-us/web/api/htmlmarqueeelement/index.md
{{APIRef("HTML DOM")}}{{Deprecated_Header}}
The HTMLMarqueeElement interface provides methods to manipulate {{HTMLElement("marquee")}} elements.
It inherits properties and methods from the {{DOMxRef("HTMLElement")}} interface.
{{InheritanceDiagram}}
Inherits properties from its parent, {{DOMxRef("HTMLElement")}}.
HTMLMarqueeElement.behavior {{Deprecated_Inline}}
scroll, slide and alternate. If no value is specified, the default value is scroll.HTMLMarqueeElement.bgColor {{Deprecated_Inline}}
HTMLMarqueeElement.direction {{Deprecated_Inline}}
left, right, up and down. If no value is specified, the default value is left.HTMLMarqueeElement.height {{Deprecated_Inline}}
HTMLMarqueeElement.hspace {{Deprecated_Inline}}
HTMLMarqueeElement.loop {{Deprecated_Inline}}
HTMLMarqueeElement.scrollAmount {{Deprecated_Inline}}
HTMLMarqueeElement.scrollDelay {{Deprecated_Inline}}
trueSpeed is true.HTMLMarqueeElement.trueSpeed {{Deprecated_Inline}}
scrollDelay values lower than 60 are ignored. If trueSpeed is true, then those values are not ignored."HTMLMarqueeElement.vspace {{Deprecated_Inline}}
HTMLMarqueeElement.width {{Deprecated_Inline}}
Inherits methods from its parent, {{DOMxRef("HTMLElement")}}.
HTMLMarqueeElement.start() {{Deprecated_Inline}}
HTMLMarqueeElement.stop() {{Deprecated_Inline}}
bounce {{Deprecated_Inline}}
alternate.finish {{Deprecated_Inline}}
start {{Deprecated_Inline}}
{{Specifications}}
{{Compat}}