Share via


MarqueeElement.outerHTML Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the HTML for a MARQUEE element and all text and HTML that it contains, including the surrounding start and end tags.

Syntax

expression.outerHTML

expression   Required. A variable that represents a MarqueeElement object.

Remarks

See also the innerTML, innerText, and outerText properties.

See Also