HtmlHead
Last updated
Was this helpful?
Last updated
Was this helpful?
Writes text to the head section of a generated HTML page.
It is useful for embedding JavaScript code, or putting other HTML tags, such as meta, link, title, or base in an HTML page header.
If there is no head section in the HTML page, the function will create one.
text
string
true
Text to add to the head area of an HTML page.