Returns an img tag.
Syntax
Smartsite SXML | 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. |