DListElement.outerHTML Property

SharePoint Designer Developer Reference

Returns or sets a String that represents the HTML for a DL 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 DListElement object.

Remarks

See also the innerHTML, innerText, and outerText properties.

See Also