Share via


ImgElement.innerHTML Property

SharePoint Designer Developer Reference

Sets or returns a String that represents the text and HTML elements between the start and end tags of an IMG element.

Syntax

expression.innerHTML

expression   Required. A variable that represents an ImgElement object.

Remarks

See also the innerText, outerText, and outerHTML properties.

See Also