Convert Text to HTML
Create an HTML file by converting text to HTML.
Last updated
Was this helpful?
Create an HTML file by converting text to HTML.
This operation accepts valid HTML text as input and generates an HTML file.
the text is "{input}"
convert the text to an html fileThe table below lists the names of the data elements in this operation and indicates which can be renamed in the syntax.
the text
Yes
Parameters are placeholders for data. Refer to the table below for details on each parameter in this operation. In the syntax, replace parameters with your own values.
input
Text containing valid formatted HTML.
<html><body>Hello, world!</body></html>
Yes
the text is "<html><body>Hello, world!</body></html>"
convert the text to an html fileAn .html file that contains 'Hello, world!'Last updated
Was this helpful?
Was this helpful?

