<CFHTMLHEAD TEXT="text">CFHTMLHEAD writes the text specified in the TEXT attribute to the <HEAD> section of a generated HTML page. CFHTMLHEAD can be useful for embedding JavaScript code, or placing other HTML tags such as META, LINK, TITLE, or BASE in an HTML page header.
The text you want to add to the <HEAD> area of an HTML page. Everything inside the quotation marks is placed in the <HEAD> section.