Returns an img tag.

Syntax

Smartsite SXML CopyCode image Copy Code
string html.image(string source)
string html.image(string source, string alt)
string html.image(string source, string alt, string attributes)

Parameters

Name Data Type Description
source String The source.
alt String The alt.
attributes String The attributes.

Return Value

Data Type Description
String An img tag with the specified source.

Expand image Example

Expand image See Also

SXML