Home > lang > html 
 fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Refresh  Search  Administration  
Documentation
History
 
Html$

HtmlString = Html ( String )
HtmlString = Html$ ( String )

Quote a string so that it can be safely put inside an HTML page.

HTML characters are not quoted, only ASCII symbols. In other words, your HTML page must use the UTF-8 encoding.

See also

String Functions