$html create

Allows you to create an HTML file.


Example

Running this code will set the variable name as "#htmlCode" with the created HTML function. Afterwards, it will load the HTML with the following contents:

This will be seen in the Debugger.

set(#htmlCode,$plugin function("Data and Files Automation.dll", "$html create", "HTML 5", "Help: The most effective page titles are about 10-70 characters long, including spaces.", "", "UTF-8 (HTML5)", "My Description", "", "INDEX, FOLLOW", 1, "EN", "<h1>Test Html</h1>", ""),"Global")
load html(#htmlCode)

Was this helpful?

Previous Article

$html attributes

Next Article

$html from plain text