|
|
Returns a div tag with inner data and attributes.
Syntax
| Smartsite SXML |
|
|---|---|
string html.div(string data) string html.div(string data, string attributes) |
|
Parameters
Return Value
| Data Type | Description |
|---|---|
| String | A span tag with the specified attributes containing the specified data (<div [attributes]>data</div>). |